From 423f0f1f0beb63ae463fe1cbbfd40a52b6dd5241 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 9 Mar 2009 19:40:44 +0100 Subject: [PATCH] decrease version requirements. --- src/contrib/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contrib/wscript b/src/contrib/wscript index 2cde8028f..64256bae5 100644 --- a/src/contrib/wscript +++ b/src/contrib/wscript @@ -6,7 +6,7 @@ def configure(conf): 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)