summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-25 14:36:26 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-25 14:36:26 +0100
commit865c4d64b7a770efe12964f95a1bbd8cd3b0539f (patch)
tree5f802bc29809ac99699050b3f0a972791776e2fe /wscript
parentfd2f5c71f7789230e3a1645997be72c552414288 (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 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