From: Andrej Kacian Date: Tue, 22 Mar 2016 12:23:41 +0000 (+0100) Subject: Make gnutls password encryption the default if gnutls is available. X-Git-Tag: 3.14.0~135^2~8 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=34853eee8bcaea6363a78bdf1ebed966987f91b2 Make gnutls password encryption the default if gnutls is available. --- diff --git a/configure.ac b/configure.ac index 4e38388bd..dd0e18de8 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