More build fixes.
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Sep 2015 13:47:59 +0000 (14:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Sep 2015 13:47:59 +0000 (14:47 +0100)
wscript

diff --git a/wscript b/wscript
index 049e51972dec8c4b6461721a1ede62930e05d566..b21510b33061bb019fd931dd0038d452fb42a258 100644 (file)
--- a/wscript
+++ b/wscript
@@ -160,7 +160,7 @@ def configure(conf):
         conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True)
 
     # libicu
-    if conf.check_cfg(package='icu-io', args='--cflags --libs', uselib_store='ICU', mandatory=False) and conf.check_cfg(package='icu-io', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None:
+    if conf.check_cfg(package='icu-i18n', args='--cflags --libs', uselib_store='ICU', mandatory=False) and conf.check_cfg(package='icu', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None:
         Logs.pprint('RED', 'libicu not found')
 
     # libsndfile