X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=d6749aa89e7da2d172f7a68b33929c0ef45c1286;hb=67f596b438ecfcbdc4519c6c215ee050f3ea5fba;hp=2c5f3898ac3501e7179f2bb69fcbf85b456566ff;hpb=b08e6b4c723efef245903caca49c2dafb11f8722;p=libcxml.git diff --git a/wscript b/wscript index 2c5f389..d6749aa 100644 --- 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 \n