decrease version requirements.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 09 Mar 2009 19:40:44 +0100
changeset 4275 bd3eab705407
parent 4274 6b73669bb592
child 4276 d995bb4131c1
decrease version requirements.
src/contrib/wscript
--- a/src/contrib/wscript	Mon Mar 09 19:40:29 2009 +0100
+++ b/src/contrib/wscript	Mon Mar 09 19:40:44 2009 +0100
@@ -6,7 +6,7 @@
     conf.report_optional_feature("GtkConfigStore", "GtkConfigStore",
                                  conf.env['ENABLE_GTK_CONFIG_STORE'],
                                  "library 'gtk+-2.0 >= 2.12' not found")
-    have_libxml2 = conf.pkg_check_modules('LIBXML2', 'libxml-2.0 >= 2.7', mandatory=False)
+    have_libxml2 = conf.pkg_check_modules('LIBXML2', 'libxml-2.0 >= 2.6', mandatory=False)
     if have_libxml2:
         conf.define('HAVE_LIBXML2', 1)