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
Родитель cea9695bcf
Коммит 02267eba4c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)"
],