diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-06-27 13:52:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-27 13:53:26 +0200 |
commit | a10c974e1a5c853354ad54c574ad22e1ed46ea9f (patch) | |
tree | 9f7e96c042193bc4c648d714185c81518e2212d6 /configure.ac | |
parent | 0aeca41702d2a70f7d253451781fe52398aab257 (diff) | |
download | curl-a10c974e1a5c853354ad54c574ad22e1ed46ea9f.tar.gz |
configure: remove CURL_CHECK_NI_WITHSCOPEID too
Since it isn't used either and requires the getnameinfo check
Follow-up to 0aeca41702d2
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 fb1a70e60..22280a5e9 100755 --- a/configure.ac +++ b/configure.ac @@ -3659,7 +3659,6 @@ if test "$ipv6" = "yes"; then IPV6_ENABLED=1 AC_SUBST(IPV6_ENABLED) fi - CURL_CHECK_NI_WITHSCOPEID fi CURL_CHECK_NONBLOCKING_SOCKET |