mirror of
https://github.com/curl/curl.git
synced 2026-07-31 21:18:04 +03:00
shell script assigns should not have spaces, hopefully fixes bug #1705177
This commit is contained in:
parent
cea9695bcf
commit
02267eba4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue