summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-02 20:33:02 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-02 20:33:02 +0100
commitc2747e1d571cc2a16013c80b8bde63b33ba72355 (patch)
treeb9a19985622dd3b376d6e1fe49e65fd0b9be949c
parent02835350334d04c02d3181a0d770871c3723e251 (diff)
Hack.mageia
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f6adb06..4d10421 100644
--- a/wscript
+++ b/wscript
@@ -80,7 +80,7 @@ def configure(conf):
""",
msg='Checking for boost locale library',
libpath='/usr/local/lib',
- lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix, 'icuio', 'icule', 'iculx', 'icutu', 'icuuc'],
+ lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix, 'icutu', 'icuuc'],
uselib_store='BOOST_LOCALE')
conf.check_cxx(fragment="""