summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 355e6860..1a982954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
+ And now do it right for real...
+
+2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
Correctly reset $LIBS to not contain -lm.
2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
diff --git a/configure.ac b/configure.ac
index b4f76ce4..0f70c887 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@ dnl *** checks for library functions ***
LIBS_SAVE=$LIBS
LIBS="$LIBS $LIBM"
AC_CHECK_FUNCS(rint)
-LIBS=$LIB_SAVE
+LIBS=$LIBS_SAVE
dnl Check for mmap (needed by electricfence plugin)
AC_FUNC_MMAP