From 37c5b2940bd7c463466b95fca65218d892dd3882 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 9 Dec 2007 05:09:57 +0000 Subject: configure.ac: Correctly reset $LIBS to not contain -lm. Original commit message from CVS: * configure.ac: Correctly reset $LIBS to not contain -lm. --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 348cc436..355e6860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-09 Sebastian Dröge + + * configure.ac: + Correctly reset $LIBS to not contain -lm. + 2007-12-09 Sebastian Dröge Based on a patch by: Kwang Yul Seo @@ -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 -- cgit