lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5969] Require xmlwrapp 0.7.0 or greater in configure.


From: Vadim Zeitlin
Subject: [lmi-commits] [5969] Require xmlwrapp 0.7.0 or greater in configure.
Date: Mon, 06 Oct 2014 17:37:44 +0000

Revision: 5969
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5969
Author:   zeitlin
Date:     2014-10-06 17:37:43 +0000 (Mon, 06 Oct 2014)
Log Message:
-----------
Require xmlwrapp 0.7.0 or greater in configure.

xml::schema class used by LMI since r5723 has only been added in this version.

Revision Links:
--------------
    http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5723

Modified Paths:
--------------
    lmi/trunk/configure.ac

Modified: lmi/trunk/configure.ac
===================================================================
--- lmi/trunk/configure.ac      2014-10-06 17:37:37 UTC (rev 5968)
+++ lmi/trunk/configure.ac      2014-10-06 17:37:43 UTC (rev 5969)
@@ -451,7 +451,7 @@
 dnl on its presence on the target system
 if test "$USE_LINUX" = "1"; then
     PKG_CHECK_MODULES(GTK, gtk+-2.0)
-    PKG_CHECK_MODULES(XMLWRAPP, xmlwrapp >= 0.6.0 xsltwrapp)
+    PKG_CHECK_MODULES(XMLWRAPP, xmlwrapp >= 0.7.0 xsltwrapp)
 else
     if test -z "$XMLWRAPP_CFLAGS" -o -z "$XMLWRAPP_LIBS"; then
         dnl --- XMLWRAPP (required) -------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]