From 002cdc929da802ae048cfe661a94bd83bf0734df Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jun 2019 15:33:29 +0200 Subject: configure: remove CURL_DISABLE_TLS_SRP It isn't used by code so stop providing the define. Closes #4010 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fb14e0337..9b69e1bb4 100755 --- a/configure.ac +++ b/configure.ac @@ -3957,7 +3957,6 @@ AC_HELP_STRING([--disable-tls-srp],[Disable TLS-SRP authentication]), [ case "$enableval" in no) AC_MSG_RESULT(no) - AC_DEFINE(CURL_DISABLE_TLS_SRP, 1, [to disable TLS-SRP authentication]) want_tls_srp=no ;; *) AC_MSG_RESULT(yes) -- cgit v1.2.3