dovecot-2.0: configure: --with-ssl=gnutls gives error now immedi...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 23 02:26:42 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/ab75eff633aa
changeset: 12026:ab75eff633aa
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 23 00:26:39 2010 +0100
description:
configure: --with-ssl=gnutls gives error now immediately

diffstat:

 configure.in |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 38674aff6956 -r ab75eff633aa configure.in
--- a/configure.in	Fri Aug 20 20:38:26 2010 +0100
+++ b/configure.in	Mon Aug 23 00:26:39 2010 +0100
@@ -186,6 +186,7 @@
 		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


More information about the dovecot-cvs mailing list