summaryrefslogtreecommitdiff
path: root/apache-commons
diff options
context:
space:
mode:
Diffstat (limited to 'apache-commons')
-rw-r--r--apache-commons/ExternalProject_apache_commons_logging.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-commons/ExternalProject_apache_commons_logging.mk b/apache-commons/ExternalProject_apache_commons_logging.mk
index bc5b18b13372..81e6ad6fa659 100644
--- a/apache-commons/ExternalProject_apache_commons_logging.mk
+++ b/apache-commons/ExternalProject_apache_commons_logging.mk
@@ -15,7 +15,7 @@ $(eval $(call gb_ExternalProject_ExternalProject,apache_commons_logging))
$(eval $(call gb_ExternalProject_use_unpacked,apache_commons_logging,apache_commons_logging))
# TODO: this should go into RepositoryExternal.mk
-ifeq ($(SYSTEM_TOMCAT),YES)
+ifneq ($(SYSTEM_TOMCAT),YES)
$(eval $(call gb_ExternalProject_use_packages,apache_commons_logging,\
tomcat_inc \
))