Bump required libcxml version.
authorCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 08:11:28 +0000 (09:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 08:11:28 +0000 (09:11 +0100)
wscript

diff --git a/wscript b/wscript
index c79a9904cb0e4852a7a9f91ffc8e7e49e2da3cbd..7731de59e91220a2717087b9da01ac8445981ef8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -56,7 +56,7 @@ def configure(conf):
         conf.env.STLIB_CXML = ['cxml']
     else:
         conf.check_cfg(package='libopenjpeg', args='--cflags --libs', uselib_store='OPENJPEG', mandatory=True)
-        conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+        conf.check_cfg(package='libcxml', atleast_version='0.11.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)
 
     if conf.options.target_windows:
         boost_lib_suffix = '-mt'