[xiph-commits] r18717 - icecast/branches/ph3/libshout

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Thu Nov 22 11:07:52 PST 2012


Author: ph3-der-loewe
Date: 2012-11-22 11:07:52 -0800 (Thu, 22 Nov 2012)
New Revision: 18717

Modified:
   icecast/branches/ph3/libshout/configure.ac
Log:
undo r18716 as it seems it was not related to the win32 problem

Modified: icecast/branches/ph3/libshout/configure.ac
===================================================================
--- icecast/branches/ph3/libshout/configure.ac	2012-11-22 14:47:58 UTC (rev 18716)
+++ icecast/branches/ph3/libshout/configure.ac	2012-11-22 19:07:52 UTC (rev 18717)
@@ -112,7 +112,7 @@
 
 SHOUT_REQUIRES="ogg"
 
-PKG_CHECK_MODULES([VORBIS], [vorbis], [
+PKG_CHECK_MODULES(VORBIS, vorbis, [
     HAVE_VORBIS="yes"
     SHOUT_REQUIRES="$SHOUT_REQUIRES, vorbis"
   ], [



More information about the commits mailing list