# All paths should be given relative to the root
CLIENTS_LDADDS = \
+ $(LIBM) \
clients/libutilities.la \
libmemcached/libmemcached.la
clients/ms_stats.c \
clients/ms_task.c \
clients/ms_thread.c
-clients_memslap_LDADD= $(LTLIBEVENT) clients/libgenexec.la $(CLIENTS_LDADDS) $(LIBM)
+clients_memslap_LDADD= $(LTLIBEVENT) clients/libgenexec.la $(CLIENTS_LDADDS)
clients_memcapable_SOURCES= clients/memcapable.c
if BUILD_BYTEORDER
dnl with or without modifications, as long as this notice is preserved.
dnl Which version of the canonical setup we're using
-AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.94])
+AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.95])
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
AC_ARG_ENABLE([fat-binaries],
AC_DEFUN([PANDORA_USE_BETTER_MALLOC],[
AC_REQUIRE([PANDORA_HAVE_BETTER_MALLOC])
LIBS="${LIBS} ${BETTER_MALLOC_LIBS}"
-])
\ No newline at end of file
+])
+
AC_CHECK_LIB(dl,dlopen)
AC_CHECK_FUNCS(dlopen)
LIBDL_LIBS="$LIBS"
- LIBS="$my_save_LIBS"
+ LIBS="${save_LIBS}"
AC_SUBST(LIBDL_LIBS)
AM_CONDITIONAL(HAVE_LIBDL, [test "x${ac_cv_func_dlopen}" = "xyes"])