aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-01-19 21:27:06 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-01-19 21:27:06 +0100
commit4ba3d8bd00d40af32dcb83444f2c0ee5005886c8 (patch)
tree48e280440ee7de57abc6f1e3028531a61d942e66 /configure.ac
parent511031c8d8a361af49e3f5f7f551f08c66fa189c (diff)
configure: TLS-SRP wasn't added as a feature
Test case 1014 failed since TLS-SRP was correctly set to the features variable so curl-config --features didn't output it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3b69d0fa..55f4ea7fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2689,6 +2689,7 @@ AC_HELP_STRING([--disable-tls-srp],[Disable TLS-SRP authentication]),
if test "$want_tls_srp" = "yes" && test "x$HAVE_GNUTLS_SRP" = "x1"; then
AC_DEFINE(USE_TLS_SRP, 1, [Use TLS-SRP authentication])
+ USE_TLS_SRP=1
curl_tls_srp_msg="enabled"
fi