Kaydet (Commit) cb88d1be authored tarafından Tomáš Chvátal's avatar Tomáš Chvátal Kaydeden (comit) David Tardon

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/15333Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 958d26e1
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment