summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 15:51:50 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 15:51:50 +0000
commitcb7cd5d75d324afffeb35b284cfd31024415cbcd (patch)
tree04ec668e98d8653efb0a31a964e7bf1456107a6c /wscript
parent8bdbeb17890d3d7a58473dc2caa4824e91411c8b (diff)
More proper checking for locked_sstream.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 2c5f389..4430532 100644
--- 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