configure.ac |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit cb88d1be95dfeada1a35fc13ca5d611730820443
Author: Tomáš Chvátal <[email protected]>
Date:   Wed Apr 15 21:39:06 2015 +0200

    Do not clobber configure output with gnutls
    
    Avoids this mess:
    checking whether to use gnutls... checking which redland to use... internal
    
    Change-Id: I1950755fb5331b6158b99a2741b15d34a32dcd38
    Reviewed-on: https://gerrit.libreoffice.org/15333
    Reviewed-by: David Tardon <[email protected]>
    Tested-by: David Tardon <[email protected]>

diff --git a/configure.ac b/configure.ac
index 4801597..9e8e1d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9320,6 +9320,8 @@ if test "$WITH_WEBDAV" = "neon" -a "$with_system_neon" = 
no -a "$enable_openssl"
     PKG_CHECK_MODULES(GNUTLS, [gnutls],,
         AC_MSG_ERROR([[Disabling OpenSSL was requested, but GNUTLS is not
                       available in the system to use as replacement.]]))
+else
+    AC_MSG_RESULT([no])
 fi
 
 AC_SUBST([LIBGCRYPT_CFLAGS])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to