talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 34853eee8bcaea6363a78bdf1ebed966987f91b2
parent 29e0827b52083e1ec1ed913164940a0012681172
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Tue, 22 Mar 2016 13:23:41 +0100

Make gnutls password encryption the default if gnutls is available.

Diffstat:
Mconfigure.ac | 10++++------
1 file changed, 4 insertions(+), 6 deletions(-)

diff --git 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