Merge branch 'master' of git.carlh.net:git/libcxml
[libcxml.git] / wscript
diff --git a/wscript b/wscript
index 2c5f3898ac3501e7179f2bb69fcbf85b456566ff..d6749aa89e7da2d172f7a68b33929c0ef45c1286 100644 (file)
--- a/wscript
+++ b/wscript
@@ -21,7 +21,7 @@
 from waflib import Context
 
 APPNAME = 'libcxml'
-VERSION = '0.15.1devel'
+VERSION = '0.15.2devel'
 API_VERSION = '0.0.0'
 
 def options(opt):
@@ -45,6 +45,7 @@ def configure(conf):
         boost_lib_suffix = ''
 
     conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='LIBXML++', mandatory=True)
+    conf.check_cfg(package='locked_sstream', args='--cflags --libs', uselib_store='LOCKED_SSTREAM', mandatory=True)
 
     conf.check_cxx(fragment="""
                   #include <boost/filesystem.hpp>\n