[Libreoffice-commits] core.git: configure.ac
Tomáš Chvátal
tomas.chvatal at gmail.com
Thu Apr 16 04:22:02 PDT 2015
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit cb88d1be95dfeada1a35fc13ca5d611730820443
Author: Tomáš Chvátal <tomas.chvatal at gmail.com>
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 <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
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])
More information about the Libreoffice-commits
mailing list