aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-22 07:36:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-22 07:36:12 +0000
commit02267eba4c97c640128922677267d0709a106104 (patch)
treed19bde18f3c423b930ded216b1d4c05cba0d404b /configure.ac
parentcea9695bcfd157926670db57ba2495e1e3940730 (diff)
shell script assigns should not have spaces, hopefully fixes bug #1705177
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7d6e3fca8..24e27498b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)"
],