talons

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

commit 5a569c3d2f271b61d3ed4687fa9f34a9ab37734f
parent 6600454d455753ec964bc08b779239eec1e7f355
Author: Colin Leroy <colin@colino.net>
Date:   Mon,  2 Jun 2014 16:11:22 +0200

fix wrong gnuTLS: yes when no.

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -485,6 +485,7 @@ if test "x$enable_gnutls" != "xno"; then ], [ echo "Building without gnutls" + enable_gnutls=no ]) AC_SUBST(GNUTLS_LIBS) AC_SUBST(GNUTLS_CFLAGS)