diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-31 15:51:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-31 15:51:50 +0000 |
| commit | cb7cd5d75d324afffeb35b284cfd31024415cbcd (patch) | |
| tree | 04ec668e98d8653efb0a31a964e7bf1456107a6c /wscript | |
| parent | 8bdbeb17890d3d7a58473dc2caa4824e91411c8b (diff) | |
More proper checking for locked_sstream.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
