summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-27 16:03:57 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-27 16:03:57 +0000
commitfcb8b5131df5bf02966441076c2131b73a3f61ed (patch)
tree136b58b841586ae9114f80016705382cf8be0061
parente149860b8eabddfd6d1972f0a01a3996fedd6149 (diff)
Fix bad merge.
-rw-r--r--wscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/wscript b/wscript
index 32aa591b6..bb7558c43 100644
--- a/wscript
+++ b/wscript
@@ -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
""",