From: Daniel Stenberg Date: Sun, 22 Apr 2007 07:36:12 +0000 (+0000) Subject: shell script assigns should not have spaces, hopefully fixes bug #1705177 X-Git-Tag: curl-7_16_3~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02267eba4c97c640128922677267d0709a106104;p=thirdparty%2Fcurl.git shell script assigns should not have spaces, hopefully fixes bug #1705177 --- diff --git a/configure.ac b/configure.ac index 7d6e3fca87..24e27498ba 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)" ],