mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and
works. No code actually uses the HAVE_NI_WITHSCOPEID (that a positive test results in), but this is still only for testing purposes.
This commit is contained in:
parent
be8f8e66a4
commit
a2ea0abf7f
2 changed files with 65 additions and 5 deletions
|
|
@ -384,6 +384,8 @@ main()
|
|||
|
||||
if test "$ipv6" = "yes"; then
|
||||
CURL_CHECK_WORKING_GETADDRINFO
|
||||
|
||||
CURL_CHECK_NI_WITHSCOPEID
|
||||
fi
|
||||
|
||||
dnl **********************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue