]> granicus.if.org Git - curl/commitdiff
shell script assigns should not have spaces, hopefully fixes bug #1705177
authorDaniel Stenberg <daniel@haxx.se>
Sun, 22 Apr 2007 07:36:12 +0000 (07:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Apr 2007 07:36:12 +0000 (07:36 +0000)
configure.ac

index 7d6e3fca875c34c239ecbc991bb60e587ced74e8..24e27498ba9e4409ae8690ea72241f0a981e55fd 100644 (file)
@@ -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)"
        ],