[dovecot-cvs] dovecot configure.in,1.184,1.185

cras at dovecot.org cras at dovecot.org
Sun Oct 10 16:55:12 EEST 2004


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

Modified Files:
	configure.in 
Log Message:
Removed Cyrus SASL code completely. It hasn't worked for ages (if ever?) and
there's not much point in having it anyway.



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- configure.in	8 Oct 2004 13:33:03 -0000	1.184
+++ configure.in	10 Oct 2004 13:55:09 -0000	1.185
@@ -156,15 +156,6 @@
 	fi,
 	want_mysql=no)
 
-AC_ARG_WITH(cyrus-sasl2,
-[  --with-cyrus-sasl2      Build with Cyrus SASL 2 library support],
-	if test x$withval = xno; then
-		want_cyrus_sasl2=no
-	else
-		want_cyrus_sasl2=yes
-	fi,
-	want_cyrus_sasl2=no)
-
 AC_ARG_WITH(ssl,
 [  --with-ssl=[gnutls|openssl] Build with GNUTLS (default) or OpenSSL],
 	if test x$withval = xno; then
@@ -1234,16 +1225,6 @@
 	fi
 fi
 
-if test $want_cyrus_sasl2 = yes; then
-	AC_CHECK_LIB(sasl2, sasl_server_start, [
-		AC_CHECK_HEADER(sasl/sasl.h, [
-			AC_DEFINE(USE_CYRUS_SASL2,,
-				  Define if you want to use Cyrus SASL library)
-			AUTH_LIBS="$AUTH_LIBS -lsasl2"
-		])
-	])
-fi
-
 if test $need_crypt = yes; then
 	AC_CHECK_LIB(crypt, crypt, [
 		AUTH_LIBS="-lcrypt $AUTH_LIBS"



More information about the dovecot-cvs mailing list