X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=configure.in;fp=configure.in;h=29c0bc96e90db928b8ae3f296e8b26b5713e671c;hb=156d35f6425bea4c1ed3c4c79783dc613379c65b;hp=6a4dfff1da7b720fa227a3c1c6eecba5ceafe2f2;hpb=f6aa95b724fd8c791164abe7ee5468bf5c34f226;p=mmh diff --git a/configure.in b/configure.in index 6a4dfff..29c0bc9 100644 --- a/configure.in +++ b/configure.in @@ -78,22 +78,6 @@ fi], AC_DEFINE(LOCALE) ) -dnl Do you want client-side support for using SASL for authentication? -dnl Note that this code will be enabled for SMTP -AC_ARG_WITH(cyrus-sasl, AS_HELP_STRING([--with-cyrus-sasl], - [Enable SASL support via the Cyrus SASL library])) -if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"; then - AC_DEFINE(CYRUS_SASL, 1, - [Define to use the Cyrus SASL library for authentication of SMTP.])dnl - if test x"$with_cyrus_sasl" != xyes; then - AC_MSG_WARN([Arguments to --with-cyrus-sasl now ignored]) - AC_MSG_WARN([Please pass the appropriate arguments to CPPFLAGS/LDFLAGS]) - fi - sasl_support=yes -else - sasl_support=no -fi - dnl Do you want client-side support for encryption with TLS? AC_ARG_WITH(tls, AS_HELP_STRING([--with-tls], [Enable TLS support])) if test x"$with_tls" != x -a x"$with_tls" != x"no"; then @@ -612,15 +596,6 @@ else fi -dnl -------------------- -dnl CHECK FOR CYRUS-SASL -dnl -------------------- - -AS_IF([test x"$sasl_support" = x"yes"],[ - AC_CHECK_HEADER([sasl/sasl.h], , [AC_MSG_ERROR([sasl.h not found])]) - AC_CHECK_LIB([sasl2], [sasl_client_new], , - [AC_MSG_ERROR([Cyrus SASL library not found])])]) - dnl ----------------- dnl CHECK FOR OPENSSL dnl ----------------- @@ -949,6 +924,5 @@ file locking type : ${LOCKTYPE} default editor : ${editorpath} default pager : ${pagerpath} email address masquerading : ${masquerade} -SASL support : ${sasl_support} TLS support : ${tls_support}" echo ""