From: Daniel Stenberg Date: Wed, 19 Jan 2011 20:27:06 +0000 (+0100) Subject: configure: TLS-SRP wasn't added as a feature X-Git-Tag: curl-7_21_4~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ba3d8bd00d40af32dcb83444f2c0ee5005886c8;p=thirdparty%2Fcurl.git 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. --- diff --git a/configure.ac b/configure.ac index e3b69d0fa3..55f4ea7fed 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