summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-02-10 17:09:52 +0000
committerAndy Wingo <wingo@pobox.com>2002-02-10 17:09:52 +0000
commit8fb47697d6e1139d6390b2cc21d2ea8dcf37a758 (patch)
tree5d54b95d6a83b3e585883fc2a148a3574abb87ff
parentbd91ea55538dab6f9924163cea0c37804d13dc60 (diff)
downloadgstreamer-plugins-bad-8fb47697d6e1139d6390b2cc21d2ea8dcf37a758.tar.gz
changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk various other fixes
Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b45c2796c..a2fcb2de7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -451,7 +451,7 @@ GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [
save_libs=$LIBS
LIBS="-lz"
AC_CHECK_LIB(id3tag, id3_tag_query, HAVE_MAD="yes" MAD_LIBS="$MAD_LIBS -lid3tag")
- LIBS=$save_libs
+ LIBS=$save_LIBS
fi
])
AC_SUBST(MAD_LIBS)