[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
- Previous message: [dovecot-cvs] dovecot/src/imap imap-fetch.c,1.29,1.30
- Next message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.33,
1.34 mech-cyrus-sasl2.c, 1.4, NONE mech.c, 1.38, 1.39 mech.h,
1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: [dovecot-cvs] dovecot/src/imap imap-fetch.c,1.29,1.30
- Next message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.33,
1.34 mech-cyrus-sasl2.c, 1.4, NONE mech.c, 1.38, 1.39 mech.h,
1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list