Kaydet (Commit) c592e7de authored tarafından Stephan Bergmann's avatar Stephan Bergmann

libgcrypt and gnutls are only used by our internal external/neon

...so must not be checked for if --without-system-neon

Change-Id: If598108f98d6f94f32650feba7044224a78a4c12
üst bea25d18
...@@ -9194,7 +9194,7 @@ dnl =================================================================== ...@@ -9194,7 +9194,7 @@ dnl ===================================================================
dnl Check for building gnutls dnl Check for building gnutls
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([whether to use gnutls]) AC_MSG_CHECKING([whether to use gnutls])
if test "$WITH_WEBDAV" = "neon" && test "$enable_openssl" = "no"; then if test "$WITH_WEBDAV" = "neon" -a "$with_system_neon" = no -a "$enable_openssl" = "no"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
AM_PATH_LIBGCRYPT() AM_PATH_LIBGCRYPT()
PKG_CHECK_MODULES(GNUTLS, [gnutls],, PKG_CHECK_MODULES(GNUTLS, [gnutls],,
......
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