From 370482e425e27392267eb321076c2c8b880e24c7 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 4 May 2013 21:01:34 +0200 Subject: [PATCH] For now disable GNUTLS support. Until this stuff really works disable the GNUTLS detection in configure. --- autoconf/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoconf/configure.in b/autoconf/configure.in index 66b37528e2b..2449037efb7 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1106,6 +1106,9 @@ AC_ARG_WITH(gnutls, ] ) +dnl FIXME: Explictly set GNUTLS to no until we get things working. +with_gnutls_directory=no + dnl See if crypto or tls support is wanted if test "x$support_crypto" != "xno" -o "x$support_tls" != "xno"; then dnl When openssl was alread found and enabled use that.