mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
37c5b2940b
commit
fb183ffa59
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue