Blame SOURCES/0001-libgcrypt-and-gnutls-are-only-used-by-our-internal-e.patch

ebc4bd
From 3cfc0933c38a9f5383042347ef659c3d982090a3 Mon Sep 17 00:00:00 2001
ebc4bd
From: Stephan Bergmann <sbergman@redhat.com>
ebc4bd
Date: Wed, 8 Oct 2014 13:22:44 +0200
ebc4bd
Subject: [PATCH] libgcrypt and gnutls are only used by our internal
ebc4bd
 external/neon
ebc4bd
ebc4bd
...so must not be checked for if --without-system-neon
ebc4bd
ebc4bd
Change-Id: If598108f98d6f94f32650feba7044224a78a4c12
ebc4bd
(cherry picked from commit c592e7dea2e5ac326041b78b9512600c984ccced)
ebc4bd
---
ebc4bd
 configure.ac | 2 +-
ebc4bd
 1 file changed, 1 insertion(+), 1 deletion(-)
ebc4bd
ebc4bd
diff --git a/configure.ac b/configure.ac
ebc4bd
index 363eb2f..ed3da6c 100644
ebc4bd
--- a/configure.ac
ebc4bd
+++ b/configure.ac
ebc4bd
@@ -9463,7 +9463,7 @@ dnl ===================================================================
ebc4bd
 dnl Check for building gnutls
ebc4bd
 dnl ===================================================================
ebc4bd
 AC_MSG_CHECKING([whether to use gnutls])
ebc4bd
-if test "$WITH_WEBDAV" = "neon" && test "$enable_openssl" = "no"; then
ebc4bd
+if test "$WITH_WEBDAV" = "neon" -a "$with_system_neon" = no -a "$enable_openssl" = "no"; then
ebc4bd
     AC_MSG_RESULT([yes])
ebc4bd
     AM_PATH_LIBGCRYPT()
ebc4bd
     PKG_CHECK_MODULES(GNUTLS, [gnutls],,
ebc4bd
-- 
ebc4bd
1.9.3
ebc4bd