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

diff --git a/wscript b/wscript
index 35097734a639fc1fb9e59ce2e5630ad51940823a..049e51972dec8c4b6461721a1ede62930e05d566 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) andconf.check_cfg(package='icu-io', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None:
+    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:
         Logs.pprint('RED', 'libicu not found')
 
     # libsndfile