X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e56a4e39d6306b23fde3194b11a1c09dddbcd65f..2c1d16910a0262878f7c63ad1228c71afb8b12ea:/configure.ac diff --git a/configure.ac b/configure.ac index 846466f8..62d8cbbe 100644 --- a/configure.ac +++ b/configure.ac @@ -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],