If you have gnutls installed, even if you tell courier not to use it, it
uses it anyway.

"./configure --without-gnutls" has no effect.

I'm attaching a patch that solves the issue.

--- courier-imap-4.4.1/tcpd/configure.in.orig	2008-09-17 12:17:03.000000000 -0300
+++ courier-imap-4.4.1/tcpd/configure.in	2008-09-17 12:19:40.000000000 -0300
@@ -412,6 +412,8 @@
 	else
 		AC_MSG_ERROR(Cannot find GnuTLS)
 	fi
+else
+	have_gnutls="no"
 fi
 ],
 	[

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to