[Libreoffice-commits] .: configure.in

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Thu Sep 22 03:40:19 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f19e3f1d8b052474a4de87e3518b1b1dac3b400a
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Thu Sep 22 12:39:27 2011 +0200

    Override internal apache-commons with system-jars.

diff --git a/configure.in b/configure.in
index 0be1d0e..06d3124 100755
--- a/configure.in
+++ b/configure.in
@@ -7294,7 +7294,7 @@ AC_SUBST(LIBSERIALIZER_JAR)
 # commons-logging
 if test "$ENABLE_MEDIAWIKI" = "YES" -o "$ENABLE_REPORTBUILDER" = "YES"; then
     AC_MSG_CHECKING([which Apache commons-* libs to use])
-    if test "$with_system_apache_commons" = "yes"; then
+    if test "x$with_system_apache_commons" = "xyes" -o "x$with_system_jars" = "xyes"; then
         SYSTEM_APACHE_COMMONS=YES
         AC_MSG_RESULT([external])
         if test "$ENABLE_MEDIAWIKI" = "YES"; then


More information about the Libreoffice-commits mailing list