]> diplodocus.org Git - nmh/blobdiff - configure.ac
Fix bug #42718; ali(1) still refers to removed options -normalize and
[nmh] / configure.ac
index 846466f8b28e4e2638f1518e8e2a74721f1a7be4..62d8cbbe384aaf1095e563974a537e30b008cbe1 100644 (file)
@@ -42,9 +42,9 @@ AS_IF([test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"],[
 
 dnl Do you want client-side support for encryption with TLS?
 AC_ARG_WITH([tls], AS_HELP_STRING([--with-tls], [Enable TLS support]))
-AS_IF([test x"$with_tls" != x -a x"$with_tls" != x"no"],[
+AS_IF([test x"$with_tls" != x"no"],[
       AC_DEFINE([TLS_SUPPORT], [1], [Support TLS for session encryption.])dnl
-      tls_support=no],[tls_support=yes])
+      tls_support=yes],[tls_support=no])
 
 dnl Set the backup prefix
 AC_ARG_WITH([hash-backup],