summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-25 14:58:23 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-25 14:58:23 +0100
commitb4d4e8123c00e37f3a1b39e81fed06e0adc6fc81 (patch)
treef54412ad09caf5e62a01959470204b5e4e9fdbd9 /wscript
parent80eeaa74d20c43ba80da3db00196b9b020e55806 (diff)
More build fixes.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b21510b33..38b6fba74 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-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:
+ if conf.check_cfg(package='icu-i18n', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None and conf.check_cfg(package='icu', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None:
Logs.pprint('RED', 'libicu not found')
# libsndfile