[Libreoffice-commits] .: apache-commons/ExternalProject_apache_commons_logging.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 4 00:25:08 PDT 2012


 apache-commons/ExternalProject_apache_commons_logging.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 72abe64ee0fb803d6187da176495ed765e795ccd
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Oct 4 09:24:38 2012 +0200

    fix typo
    
    Change-Id: I8c0411b440245f37be099afe3fab32d6e40b7f44

diff --git a/apache-commons/ExternalProject_apache_commons_logging.mk b/apache-commons/ExternalProject_apache_commons_logging.mk
index bc5b18b..81e6ad6 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 \
 ))


More information about the Libreoffice-commits mailing list