1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

shell script assigns should not have spaces, hopefully fixes bug #1705177

This commit is contained in:
Daniel Stenberg 2007-04-22 07:36:12 +00:00
parent cea9695bcf
commit 02267eba4c

View File

@ -1337,7 +1337,7 @@ if test "$OPENSSL_ENABLED" != "1"; then
[ [
AC_DEFINE(USE_GNUTLS, 1, [if GnuTLS is enabled]) AC_DEFINE(USE_GNUTLS, 1, [if GnuTLS is enabled])
AC_SUBST(USE_GNUTLS, [1]) AC_SUBST(USE_GNUTLS, [1])
GNUTLS_ENABLED = 1 GNUTLS_ENABLED=1
USE_GNUTLS="yes" USE_GNUTLS="yes"
curl_ssl_msg="enabled (GnuTLS)" curl_ssl_msg="enabled (GnuTLS)"
], ],