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

conrad nobody at lists.annodex.net
Fri Apr 22 11:22:53 EST 2005


Update of /annodex (new revision 1281)

Modified files:
   libannodex/trunk/configure.ac

Log Message:
require libcmml 0.9.0 in configure


Modified: libannodex/trunk/configure.ac
===================================================================
--- libannodex/trunk/configure.ac	2005-04-22 01:15:21 UTC (rev 1280)
+++ libannodex/trunk/configure.ac	2005-04-22 01:22:48 UTC (rev 1281)
@@ -214,7 +214,7 @@
 
 HAVE_LIBCMML=no
 
-PKG_CHECK_MODULES(CMML, cmml >= 0.7.9998,
+PKG_CHECK_MODULES(CMML, cmml >= 0.9.0,
                   HAVE_LIBCMML="yes", HAVE_LIBCMML="no")
 
 if test "x$HAVE_LIBCMML" = "xyes" ; then
@@ -227,7 +227,7 @@
   if test "x$HAVE_LIBCMML" = "xmaybe" ; then
     AC_MSG_ERROR([
 ***
-*** libcmml-0.7.9998 or greater seems to exist on your system, however
+*** libcmml-0.9.0 or greater seems to exist on your system, however
 *** the pkg-config tool cannot find its build information.
 ***
 *** Please set your PKG_CONFIG_PATH environment variable to include the


-- 
conrad



More information about the cvs-annodex mailing list