From 865c4d64b7a770efe12964f95a1bbd8cd3b0539f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Sep 2015 14:36:26 +0100 Subject: More build fixes. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 35097734a..049e51972 100644 --- 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 -- cgit v1.2.3