From: Colin Leroy Date: Mon, 2 Jun 2014 14:11:22 +0000 (+0200) Subject: fix wrong gnuTLS: yes when no. X-Git-Tag: 3.10.1~40 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=5a569c3d2f271b61d3ed4687fa9f34a9ab37734f fix wrong gnuTLS: yes when no. --- diff --git a/configure.ac b/configure.ac index 0740ec1c5..281a4ad38 100644 --- 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)