]> diplodocus.org Git - nmh/commitdiff
Default to enabling (Cyrus) SASL, if available.
authorLyndon Nerenberg <lyndon@orthanc.ca>
Thu, 3 Jul 2014 23:40:37 +0000 (16:40 -0700)
committerLyndon Nerenberg <lyndon@orthanc.ca>
Thu, 3 Jul 2014 23:40:37 +0000 (16:40 -0700)
configure.ac

index 846466f8b28e4e2638f1518e8e2a74721f1a7be4..341e2771af3471e41d0b4e389810d1e66c6cdcff 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=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]))