summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 19:39:18 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:11 +0100
commit7d2f7c6d7eab19fd8d692ed0f162c70103b091f0 (patch)
tree86c243e74fbb0fd5002d14e53c1a4c4e9e2ebe32 /RepositoryExternal.mk
parent32db4993c469613362211e7ef8423da6d7f4b182 (diff)
normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSH
Change-Id: Ia6adb8ae07ec80e83bc67084dfbd0bc6136ed8b7
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 2960d840ed8a..a5fa3e910de7 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2926,7 +2926,7 @@ endef
endif # SYSTEM_HSQLDB
-ifeq ($(SYSTEM_BSH),YES)
+ifneq ($(SYSTEM_BSH),)
define gb_Jar__use_bsh
$(call gb_Jar_use_system_jar,$(1),$(BSH_JAR))
@@ -2963,7 +2963,7 @@ endef
endif # SYSTEM_RHINO
-ifeq ($(SYSTEM_APACHE_COMMONS),YES)
+ifneq ($(SYSTEM_APACHE_COMMONS),)
define gb_Jar__use_commons-codec
$(call gb_Jar_use_system_jar,$(1),$(COMMONS_CODEC_JAR))