From fb183ffa59eeb80e679c16eef3b57ac049cbf4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 9 Dec 2007 05:13:58 +0000 Subject: [PATCH] configure.ac: And now do it right for real... Original commit message from CVS: * configure.ac: And now do it right for real... --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 355e68604d..1a982954fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-09 Sebastian Dröge + + * configure.ac: + And now do it right for real... + 2007-12-09 Sebastian Dröge * configure.ac: diff --git a/configure.ac b/configure.ac index b4f76ce490..0f70c887f1 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