summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-02-01 18:59:44 +0100
committerSage Weil <sage@newdream.net>2008-02-01 18:59:44 +0100
commit1a6924367db7648d2e3065a1476f3806b70c553c (patch)
tree99f38a8653b11ff721796c918ab6a1519ca7f13f /configure.ac
parentsome fixes on x86 (diff)
downloadceph-1a6924367db7648d2e3065a1476f3806b70c553c.tar.xz
ceph-1a6924367db7648d2e3065a1476f3806b70c553c.zip
autoconf changes to build on a debian/testing machine
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ecadc737131..e95c4de21cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ AS_IF([test "x$with_ccgnu" != xno],
[AC_SUBST([LIBCCGNU2], ["-lccgnu2"])
AC_DEFINE([WITH_CCGNU], [1],
[Define if you have ccgnu])
- LIBS="-lccgnu2 $LIBS"
+ LIBS="-lccgnu2 -ldl $LIBS"
],
[if test "x$with_ccgnu" != xcheck; then
AC_MSG_FAILURE(
@@ -103,7 +103,7 @@ AC_FUNC_FORK
AC_PROG_GCC_TRADITIONAL
AC_FUNC_LSTAT
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
-AC_FUNC_MALLOC
+#AC_FUNC_MALLOC # this causes annoying rpl_malloc error on some machines; skip it
AC_FUNC_MEMCMP
AC_FUNC_MMAP
AC_FUNC_REALLOC