Skip to content
Snippets Groups Projects
Commit 02267eba authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent cea9695b
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment