[xiph-commits] r3459 - liboggplay/trunk

conrad at svn.annodex.net conrad at svn.annodex.net
Thu Feb 14 22:48:02 PST 2008


Author: conrad
Date: 2008-02-14 22:48:00 -0800 (Thu, 14 Feb 2008)
New Revision: 3459

Modified:
   liboggplay/trunk/configure.ac
Log:
change sense of fishsound pkg-config check (>= instead of >), to correct the
error message when exactly the "Minimum required version" is installed.
Bump oggplay_FISHSOUND to 0.8.0 accordingly (does not change actual required
minimum version; there was no fishsound release between 0.7.0 and 0.8.0).
Reported by St?\195?\169phane Raimbault


Modified: liboggplay/trunk/configure.ac
===================================================================
--- liboggplay/trunk/configure.ac	2008-02-14 11:26:43 UTC (rev 3458)
+++ liboggplay/trunk/configure.ac	2008-02-15 06:48:00 UTC (rev 3459)
@@ -118,9 +118,9 @@
 dnl
 
 dnl Minimum required version of libfishsound
-oggplay_FISHSOUND="0.7.0"
+oggplay_FISHSOUND="0.8.0"
 
-PKG_CHECK_MODULES(FISHSOUND, fishsound > "$oggplay_FISHSOUND", HAVE_FISHSOUND="yes", HAVE_FISHSOUND="no")
+PKG_CHECK_MODULES(FISHSOUND, fishsound >= "$oggplay_FISHSOUND", HAVE_FISHSOUND="yes", HAVE_FISHSOUND="no")
 
 if test "$HAVE_FISHSOUND" = "yes" ; then
   AC_DEFINE(HAVE_FISHSOUND, [], [Define if have libfishsound])



More information about the commits mailing list