[Libreoffice-commits] .: configure.in

Lubos Lunak llunak at kemper.freedesktop.org
Sat Jun 25 00:44:34 PDT 2011


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

New commits:
commit 6af55dba5fb073a6b2eef0702a4106088287f7e6
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sat Jun 25 09:41:45 2011 +0200

    --with-system-libs should not prevent tarbals fetching

diff --git a/configure.in b/configure.in
index 217d8df..bda4ece 100755
--- a/configure.in
+++ b/configure.in
@@ -1959,8 +1959,7 @@ if test -z "$TARFILE_LOCATION"; then
 fi
 AC_SUBST(TARFILE_LOCATION)
 
-if test "z$enable_fetch_external" != "zno" \
-   && test -z "$with_system_libs" -a "$with_system_jars" != "no"; then
+if test "z$enable_fetch_external" != "zno" ; then
    DO_FETCH_TARBALLS="YES"
 fi
 AC_SUBST(DO_FETCH_TARBALLS)


More information about the Libreoffice-commits mailing list