diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-08 13:22:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-08 13:23:01 +0200 |
commit | c592e7dea2e5ac326041b78b9512600c984ccced (patch) | |
tree | 8c86082ee25e0f20667fe20686340a613a7ae3bb /configure.ac | |
parent | bea25d181d0581fd7ec3b6e8ae3ea64479066276 (diff) |
libgcrypt and gnutls are only used by our internal external/neon
...so must not be checked for if --without-system-neon
Change-Id: If598108f98d6f94f32650feba7044224a78a4c12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 35ed2b296443..7da648629dbf 100644 --- a/configure.ac +++ b/configure.ac @@ -9194,7 +9194,7 @@ dnl =================================================================== dnl Check for building gnutls dnl =================================================================== 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]) AM_PATH_LIBGCRYPT() PKG_CHECK_MODULES(GNUTLS, [gnutls],, |