diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-06-11 15:33:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-06-11 15:33:44 +0200 |
commit | 002cdc929da802ae048cfe661a94bd83bf0734df (patch) | |
tree | c8726295f225c803f6dfe6a6e5a25e91ccc23476 /configure.ac | |
parent | 48016832dc179a6cfd819bb7925f4723904eaaaa (diff) | |
download | curl-002cdc929da802ae048cfe661a94bd83bf0734df.tar.gz |
configure: remove CURL_DISABLE_TLS_SRP
It isn't used by code so stop providing the define.
Closes #4010
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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) |