From 5a569c3d2f271b61d3ed4687fa9f34a9ab37734f Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Mon, 2 Jun 2014 16:11:22 +0200 Subject: [PATCH] fix wrong gnuTLS: yes when no. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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) -- 2.25.1