[Commits] [SCM] claws branch, master, updated. 3.13.2-82-g34853ee

ticho at claws-mail.org ticho at claws-mail.org
Tue Mar 22 13:24:02 CET 2016


The branch, master has been updated
       via  34853eee8bcaea6363a78bdf1ebed966987f91b2 (commit)
      from  29e0827b52083e1ec1ed913164940a0012681172 (commit)

Summary of changes:
 configure.ac |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)


- Log -----------------------------------------------------------------
commit 34853eee8bcaea6363a78bdf1ebed966987f91b2
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Mar 22 13:23:41 2016 +0100

    Make gnutls password encryption the default if gnutls is available.

diff --git a/configure.ac b/configure.ac
index 4e38388..dd0e18d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -523,13 +523,11 @@ AC_ARG_WITH(password-encryption, [  --with-password-encryption=PROVIDER    Which
 						pwd_crypto="$withval", pwd_crypto="default")
 
 if test x"$pwd_crypto" = xdefault; then
-dnl ===Default set to "old" for testing, remove the dnls to restore
-dnl ===intended functionality.
-dnl	if test x"$enable_gnutls" = xyes; then
-dnl		pwd_crypto="gnutls"
-dnl	else
+	if test x"$enable_gnutls" = xyes; then
+		pwd_crypto="gnutls"
+	else
 		pwd_crypto="old"
-dnl	fi
+	fi
 fi
 
 case $pwd_crypto in

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list