configure.ac: save libs correctly when checking mad
authorBenjamin Otte <otte@gnome.org>
Wed, 14 Apr 2004 15:42:03 +0000 (15:42 +0000)
committerBenjamin Otte <otte@gnome.org>
Wed, 14 Apr 2004 15:42:03 +0000 (15:42 +0000)
Original commit message from CVS:
* configure.ac:
save libs correctly when checking mad

ChangeLog
configure.ac

index b11615515bef564802d9d1c0a28e044e0be4753a..097242b27b265043947681b717698dfa41e723e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
+
+       * configure.ac:
+         save libs correctly when checking mad
+
 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/mad/gstid3tag.c: (plugin_init):
index b83f5bf629d73dd37665be0a2d1454c378197fe7..18e8de7efc95c2b08bd6b301635954e4f0755724 100644 (file)
@@ -1164,7 +1164,7 @@ GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [
     AC_CHECK_LIB(mad, mad_decoder_finish, HAVE_MAD="yes" MAD_LIBS="-lmad")
     if test "x$HAVE_MAD" = "xyes"; then
       HAVE_MAD="no"
-      save_libs=$LIBS
+      save_LIBS=$LIBS
       LIBS="-lz"
       AC_CHECK_LIB(id3tag, id3_tag_options, HAVE_MAD="yes" MAD_LIBS="-lmad -lid3tag -lz")
       LIBS=$save_LIBS