From 6cdaac888d135f3211b294980faf02dada7042ce Mon Sep 17 00:00:00 2001 From: moritz Date: Thu, 1 Mar 2007 00:34:57 +0000 Subject: [PATCH] Tweak XXX comment. git-svn-id: https://svn.xiph.org/trunk/ezstream@12595 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- m4/shout.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/shout.m4 b/m4/shout.m4 index 37cd563..c4f6120 100644 --- a/m4/shout.m4 +++ b/m4/shout.m4 @@ -51,7 +51,8 @@ dnl XXX - Up until and including speex-1.2beta1, '-lm' has been missing from 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"