summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 19:42:28 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:12 +0100
commit49dde4cd421181021e2d211514788b495b94c95b (patch)
tree4466cc47cc1a203bab76f1047f41253e25f4ba47 /RepositoryExternal.mk
parent7d2f7c6d7eab19fd8d692ed0f162c70103b091f0 (diff)
normalize values of SYSTEM_RHINO, SYSTEM_LIBLANGTAG
Change-Id: I656e90024d35ef8189727e6a39815ef4e4fb330b
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 a5fa3e910de7..23fce0616226 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -917,7 +917,7 @@ endef
ifeq ($(ENABLE_LIBLANGTAG),TRUE)
-ifeq ($(SYSTEM_LIBLANGTAG),YES)
+ifneq ($(SYSTEM_LIBLANGTAG),)
define gb_LinkTarget__use_liblangtag
$(call gb_LinkTarget_set_include,$(1),\
@@ -2945,7 +2945,7 @@ endef
endif # SYSTEM_BSH
-ifeq ($(SYSTEM_RHINO),YES)
+ifneq ($(SYSTEM_RHINO),)
define gb_Jar__use_rhino
$(call gb_Jar_use_system_jar,$(1),$(RHINO_JAR))