diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-27 16:03:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-27 16:03:57 +0000 |
| commit | fcb8b5131df5bf02966441076c2131b73a3f61ed (patch) | |
| tree | 136b58b841586ae9114f80016705382cf8be0061 /wscript | |
| parent | e149860b8eabddfd6d1972f0a01a3996fedd6149 (diff) | |
Fix bad merge.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -197,14 +197,6 @@ def configure(conf): uselib_store='BOOST_LOCALE') conf.check_cxx(fragment=""" - #include <boost/locale.hpp>\n - int main() { std::locale::global (boost::locale::generator().generate ("")); }\n - """, msg='Checking for boost locale library', - libpath='/usr/local/lib', - lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], - uselib_store='BOOST_LOCALE') - - conf.check_cxx(fragment=""" #include <boost/signals2.hpp>\n int main() { boost::signals2::signal<void (int)> x; }\n """, |
