summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 19:35:22 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:11 +0100
commit32db4993c469613362211e7ef8423da6d7f4b182 (patch)
tree0dfc314d774e04d9ff4edec88bb68fc2a31420da /RepositoryExternal.mk
parent8555b378596b19c122fa29a22f77a576a211c1fc (diff)
normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORT
Change-Id: I8034b6fdf85697b6b409143396983ef3170257b2
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 9a38e31ad2ae..2960d840ed8a 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2136,7 +2136,7 @@ endef
endif # ENABLE_VALGRIND
-ifeq ($(SYSTEM_POPPLER),YES)
+ifneq ($(SYSTEM_POPPLER),)
define gb_LinkTarget__use_poppler
$(call gb_LinkTarget_set_include,$(1),\
@@ -3031,7 +3031,7 @@ endef
endif # SYSTEM_APACHE_COMMONS
-ifeq ($(SYSTEM_JFREEREPORT),YES)
+ifneq ($(SYSTEM_JFREEREPORT),)
define gb_Jar__use_flow-engine
$(call gb_Jar_use_system_jar,$(1),$(JFREEREPORT_JAR))