[xiph-commits] r16382 - trunk/ezstream/m4

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Aug 1 09:32:14 PDT 2009


Author: moritz
Date: 2009-08-01 09:32:14 -0700 (Sat, 01 Aug 2009)
New Revision: 16382

Modified:
   trunk/ezstream/m4/taglib.m4
Log:
Fix copy+paste'o.


Modified: trunk/ezstream/m4/taglib.m4
===================================================================
--- trunk/ezstream/m4/taglib.m4	2009-08-01 16:15:50 UTC (rev 16381)
+++ trunk/ezstream/m4/taglib.m4	2009-08-01 16:32:14 UTC (rev 16382)
@@ -293,7 +293,7 @@
 		[
 		  AC_MSG_RESULT([no])
 		  LIBS="${LIBS} -ltag -lstdc++ -lz"
-		  TAGLIB_LIBS="${TAGLIB_LIBS} -ltag -lstdc++ -lz"
+		  TAGLIB_C_LIBS="${TAGLIB_C_LIBS} -ltag -lstdc++ -lz"
 		  AC_MSG_CHECKING([if libtag_c works with -ltag -lstdc++ -lz])
 		  AC_LINK_IFELSE(
 			[AC_LANG_PROGRAM(



More information about the commits mailing list