shell script assigns should not have spaces, hopefully fixes bug #1705177
This commit is contained in:
Родитель
cea9695bcf
Коммит
02267eba4c
|
@ -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)"
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче