[dovecot-cvs] dovecot configure.in,1.192,1.193

cras at dovecot.org cras at dovecot.org
Mon Dec 20 06:59:11 EET 2004


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv23152

Modified Files:
	configure.in 
Log Message:
Don't use GNUTLS unless explicitly specified. It's not working currently
anyway..



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- configure.in	20 Dec 2004 04:39:47 -0000	1.192
+++ configure.in	20 Dec 2004 04:59:09 -0000	1.193
@@ -168,10 +168,10 @@
 		want_gnutls=no
 		want_openssl=yes
 	else
-		want_gnutls=yes
+		want_gnutls=no
 		want_openssl=yes
 	fi, [
-		want_gnutls=yes
+		want_gnutls=no
 		want_openssl=yes
 	])
 



More information about the dovecot-cvs mailing list