apache-commons/ExternalProject_apache_commons_logging.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 72abe64ee0fb803d6187da176495ed765e795ccd Author: David Tardon <[email protected]> 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 \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
