]> diplodocus.org Git - nmh/commitdiff
Revert "Default to enabling (Cyrus) SASL, if available."
authorLyndon Nerenberg <lyndon@orthanc.ca>
Fri, 4 Jul 2014 20:24:37 +0000 (13:24 -0700)
committerLyndon Nerenberg <lyndon@orthanc.ca>
Fri, 4 Jul 2014 20:24:37 +0000 (13:24 -0700)
This reverts commit fd23674a5829d5092c99a07110086f02f0b4a238.

configure.ac

index 341e2771af3471e41d0b4e389810d1e66c6cdcff..846466f8b28e4e2638f1518e8e2a74721f1a7be4 100644 (file)
@@ -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]))