[Libreoffice-commits] .: configure.in

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Tue Nov 29 02:04:45 PST 2011


 configure.in |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a43caa76d9da112f40a973911e779fc42c5af3c3
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Tue Nov 29 11:04:16 2011 +0100

    Add checking msg for tarball fetching so we know if it is on/off

diff --git a/configure.in b/configure.in
index 4bb2f1f..d925ba4 100644
--- a/configure.in
+++ b/configure.in
@@ -2547,8 +2547,12 @@ if test -z "$TARFILE_LOCATION"; then
 fi
 AC_SUBST(TARFILE_LOCATION)
 
+AC_MSG_CHECKING([whether we want to fetch tarballs])
 if test "z$enable_fetch_external" != "zno" ; then
+    AC_MSG_RESULT([yes])
     DO_FETCH_TARBALLS="YES"
+else
+    AC_MSG_RESULT([no])
 fi
 AC_SUBST(DO_FETCH_TARBALLS)
 


More information about the Libreoffice-commits mailing list