From 02267eba4c97c640128922677267d0709a106104 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 22 Apr 2007 07:36:12 +0000 Subject: [PATCH] shell script assigns should not have spaces, hopefully fixes bug #1705177 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7d6e3fc..24e2749 100644 --- a/configure.ac +++ b/configure.ac @@ -1337,7 +1337,7 @@ if test "$OPENSSL_ENABLED" != "1"; then [ AC_DEFINE(USE_GNUTLS, 1, [if GnuTLS is enabled]) AC_SUBST(USE_GNUTLS, [1]) - GNUTLS_ENABLED = 1 + GNUTLS_ENABLED=1 USE_GNUTLS="yes" curl_ssl_msg="enabled (GnuTLS)" ], -- 2.7.4