]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: --with-ssl=gnutls gives error now immediately
authorTimo Sirainen <tss@iki.fi>
Sun, 22 Aug 2010 23:26:39 +0000 (00:26 +0100)
committerTimo Sirainen <tss@iki.fi>
Sun, 22 Aug 2010 23:26:39 +0000 (00:26 +0100)
configure.in

index 213a4e81e62d7bc01f7096976a6c7e4078fabb0f..e3883dfd8ef36ec0bf124074b0205be179de39bf 100644 (file)
@@ -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