configure.ac: And now do it right for real...

Original commit message from CVS:
* configure.ac:
And now do it right for real...
This commit is contained in:
Sebastian Dröge 2007-12-09 05:13:58 +00:00
parent 37c5b2940b
commit fb183ffa59
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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:

View file

@ -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