mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
configure.ac: Correctly reset $LIBS to not contain -lm.
Original commit message from CVS: * configure.ac: Correctly reset $LIBS to not contain -lm.
This commit is contained in:
parent
1e28a69371
commit
37c5b2940b
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
|
||||
|
@ -7,7 +12,7 @@
|
|||
(gst_cairo_time_overlay_print_smpte_time):
|
||||
Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
|
||||
and checking for rint() and implementing it ourself if it doesn't
|
||||
exist.
|
||||
exist. Fixes #497293.
|
||||
|
||||
2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@ dnl *** checks for library functions ***
|
|||
LIBS_SAVE=$LIBS
|
||||
LIBS="$LIBS $LIBM"
|
||||
AC_CHECK_FUNCS(rint)
|
||||
$LIBS=$LIB_SAVE
|
||||
LIBS=$LIB_SAVE
|
||||
|
||||
dnl Check for mmap (needed by electricfence plugin)
|
||||
AC_FUNC_MMAP
|
||||
|
|
Loading…
Reference in a new issue