]> diplodocus.org Git - nmh/commitdiff
Enable TLS by default.
authorLyndon Nerenberg <lyndon@orthanc.ca>
Thu, 3 Jul 2014 23:11:38 +0000 (16:11 -0700)
committerLyndon Nerenberg <lyndon@orthanc.ca>
Thu, 3 Jul 2014 23:11:38 +0000 (16:11 -0700)
configure.ac

index 4fc486e9c12a43ea9d327fa9918f8ba63430ae7f..846466f8b28e4e2638f1518e8e2a74721f1a7be4 100644 (file)
@@ -44,7 +44,7 @@ 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"],[
       AC_DEFINE([TLS_SUPPORT], [1], [Support TLS for session encryption.])dnl
-      tls_support=yes],[tls_support=no])
+      tls_support=no],[tls_support=yes])
 
 dnl Set the backup prefix
 AC_ARG_WITH([hash-backup],