[cvs-annodex] commit (/annodex): libannodex/trunk/configure.ac

conrad nobody at lists.annodex.net
Mon Feb 28 01:04:17 EST 2005


Update of /annodex (new revision 979)

Modified files:
   libannodex/trunk/configure.ac

Log Message:
update OGGZ version number in pkg-config check (reported by thaytan)


Modified: libannodex/trunk/configure.ac
===================================================================
--- libannodex/trunk/configure.ac	2005-02-27 05:46:10 UTC (rev 978)
+++ libannodex/trunk/configure.ac	2005-02-27 14:04:16 UTC (rev 979)
@@ -153,7 +153,7 @@
 dnl
 
 HAVE_OGGZ="no"
-PKG_CHECK_MODULES(OGGZ, oggz >= 0.8.4,
+PKG_CHECK_MODULES(OGGZ, oggz >= 0.9.0,
                   HAVE_OGGZ="yes", anx_config_ok="no")
 
 if test "x$HAVE_OGGZ" = "xyes" ; then


-- 
conrad



More information about the cvs-annodex mailing list