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

moritz at svn.xiph.org moritz at svn.xiph.org
Wed Feb 28 16:34:59 PST 2007


Author: moritz
Date: 2007-02-28 16:34:57 -0800 (Wed, 28 Feb 2007)
New Revision: 12595

Modified:
   trunk/ezstream/m4/shout.m4
Log:
Tweak XXX comment.


Modified: trunk/ezstream/m4/shout.m4
===================================================================
--- trunk/ezstream/m4/shout.m4	2007-03-01 00:10:12 UTC (rev 12594)
+++ trunk/ezstream/m4/shout.m4	2007-03-01 00:34:57 UTC (rev 12595)
@@ -51,7 +51,8 @@
 dnl       --libs in speex.pc, even though Speex (still) depends on it. This is
 dnl       a problem for Solaris' linker and at least some static archs using
 dnl       GNU ld. '-lm' now comes from the libshout's libvorbis dependency and
-dnl       is in the wrong place.
+dnl       is in the wrong place, if libshout was built with Speex support. Just
+dnl       move libm to the end for now.
 xt_shout_TEMP="`echo $SHOUT_LIBS | sed -e 's,-lm,,g'`"
 SHOUT_LIBS="$xt_shout_TEMP -lm"
 



More information about the commits mailing list