[xiph-commits] r3899 - libfishsound/trunk

conrad at svn.annodex.net conrad at svn.annodex.net
Sat Mar 28 00:44:20 PDT 2009


Author: conrad
Date: 2009-03-28 00:44:19 -0700 (Sat, 28 Mar 2009)
New Revision: 3899

Modified:
   libfishsound/trunk/configure.ac
Log:
fix detection of vorbisenc, broken by my bad merge for r3891

Modified: libfishsound/trunk/configure.ac
===================================================================
--- libfishsound/trunk/configure.ac	2009-03-28 04:49:43 UTC (rev 3898)
+++ libfishsound/trunk/configure.ac	2009-03-28 07:44:19 UTC (rev 3899)
@@ -170,7 +170,7 @@
                         HAVE_VORBISENC="no")
       fi
       if test "x$HAVE_VORBISENC" = xyes ; then
-        VORBIS_LIBS="-lvorbisenc $VORBIS_LIBS"
+        VORBISENC_LIBS="-lvorbisenc"
       fi
     fi
 
@@ -186,6 +186,7 @@
   fi
 
   if test "x$HAVE_VORBIS" = "xyes" && test "x$HAVE_VORBISENC" = "xyes" ; then
+    VORBIS_LIBS="$VORBISENC_LIBS $VORBIS_LIBS"
     AC_SUBST(VORBIS_LIBS)
     VORBIS_SUPPORT="yes"
   elif test "x$HAVE_VORBIS" = xyes ; then



More information about the commits mailing list