From b24e8c89ebd98cef93a0c4f3bd92b290fbe8bd96 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 23 Aug 2010 00:26:39 +0100 Subject: [PATCH] configure: --with-ssl=gnutls gives error now immediately --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 213a4e81e6..e3883dfd8e 100644 --- a/configure.in +++ b/configure.in @@ -186,6 +186,7 @@ AC_ARG_WITH(ssl, want_gnutls=no want_openssl=no elif test x$withval = xgnutls; then + AC_ERROR([GNUTLS support is broken currently]) want_gnutls=yes want_openssl=no elif test x$withval = xopenssl; then -- 2.47.3