More proper checking for locked_sstream.
[libcxml.git] / wscript
diff --git a/wscript b/wscript
index 2c5f3898ac3501e7179f2bb69fcbf85b456566ff..4430532cea020ea065288e9835fe9771f49948b6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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