[xiph-commits] r18660 - icecast/branches/ph3/icecast

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Fri Oct 12 14:55:43 PDT 2012


Author: ph3-der-loewe
Date: 2012-10-12 14:55:43 -0700 (Fri, 12 Oct 2012)
New Revision: 18660

Modified:
   icecast/branches/ph3/icecast/configure.in
Log:
corrected quotes.

Modified: icecast/branches/ph3/icecast/configure.in
===================================================================
--- icecast/branches/ph3/icecast/configure.in	2012-10-12 20:53:26 UTC (rev 18659)
+++ icecast/branches/ph3/icecast/configure.in	2012-10-12 21:55:43 UTC (rev 18660)
@@ -106,7 +106,7 @@
         enable_roaraudio=yes)
 
 if test "x$enable_roaraudio" = xyes ; then
-    PKG_CHECK_MODULES(RoarAudio, [libroar >= 1.0.6], have_roaraudio=yes, have_roaraudio=no)
+    PKG_CHECK_MODULES([RoarAudio], [libroar >= 1.0.6], [have_roaraudio=yes], [have_roaraudio=no])
 
     if test "$have_roaraudio" = yes; then
         ROARAUDIO_LIBS="-lroar"



More information about the commits mailing list