From: Timo Sirainen Date: Sun, 22 Aug 2010 23:26:39 +0000 (+0100) Subject: configure: --with-ssl=gnutls gives error now immediately X-Git-Tag: 2.0.1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b24e8c89ebd98cef93a0c4f3bd92b290fbe8bd96;p=thirdparty%2Fdovecot%2Fcore.git configure: --with-ssl=gnutls gives error now immediately --- 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