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:
parent
cea9695bcf
commit
02267eba4c
@ -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)"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user