From: Lyndon Nerenberg Date: Fri, 4 Jul 2014 20:24:37 +0000 (-0700) Subject: Revert "Default to enabling (Cyrus) SASL, if available." X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/e56a4e39d6306b23fde3194b11a1c09dddbcd65f?ds=inline;hp=-c Revert "Default to enabling (Cyrus) SASL, if available." This reverts commit fd23674a5829d5092c99a07110086f02f0b4a238. --- e56a4e39d6306b23fde3194b11a1c09dddbcd65f diff --git a/configure.ac b/configure.ac index 341e2771..846466f8 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AS_IF([test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"],[ AS_IF([test x"$with_cyrus_sasl" != xyes],[ AC_MSG_WARN([Arguments to --with-cyrus-sasl now ignored]) AC_MSG_WARN([Please pass the appropriate arguments to CPPFLAGS/LDFLAGS])]) - sasl_support=no], [sasl_support=yes]) + sasl_support=yes], [sasl_support=no]) dnl Do you want client-side support for encryption with TLS? AC_ARG_WITH([tls], AS_HELP_STRING([--with-tls], [Enable TLS support]))