From: Lyndon Nerenberg Date: Thu, 3 Jul 2014 23:40:37 +0000 (-0700) Subject: Default to enabling (Cyrus) SASL, if available. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/fd23674a5829d5092c99a07110086f02f0b4a238?ds=sidebyside;hp=-c Default to enabling (Cyrus) SASL, if available. --- fd23674a5829d5092c99a07110086f02f0b4a238 diff --git a/configure.ac b/configure.ac index 846466f8..341e2771 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=yes], [sasl_support=no]) + sasl_support=no], [sasl_support=yes]) dnl Do you want client-side support for encryption with TLS? AC_ARG_WITH([tls], AS_HELP_STRING([--with-tls], [Enable TLS support]))