summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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