summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 5f619b5..f5a456c 100644
--- a/wscript
+++ b/wscript
@@ -25,6 +25,7 @@ def configure(conf):
if conf.options.static:
conf.env.HAVE_CXML = 1
conf.env.STLIB_CXML = ['cxml']
+ conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True)
else:
conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)