summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 16:21:04 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:08 +0100
commit04ff535f72c1fbc5f7dbc8cc54ed9b23f7e130f9 (patch)
tree52cb40ab9b0e01c26e6b94f1039bc5d36a578f59 /sc/Library_scfilt.mk
parent23647595d77b85b5dac0d5762987a3ba2533ffd9 (diff)
normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIG
Change-Id: I7530cb9d0797df5fc86695b0379cc44c159d2ab5
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r--sc/Library_scfilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk
index eb0d5d247036..061e0549b998 100644
--- a/sc/Library_scfilt.mk
+++ b/sc/Library_scfilt.mk
@@ -231,7 +231,7 @@ $(eval $(call gb_Library_use_externals,scfilt,\
zlib \
))
-ifeq ($(SYSTEM_ZLIB),YES)
+ifneq ($(SYSTEM_ZLIB),)
$(eval $(call gb_Library_add_defs,scfilt,\
-DSYSTEM_ZLIB \
))