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:
Daniel Stenberg
2004-03-30 10:35:54 +00:00
parent be8f8e66a4
commit a2ea0abf7f
2 changed files with 65 additions and 5 deletions

View File

@@ -384,6 +384,8 @@ main()
if test "$ipv6" = "yes"; then
CURL_CHECK_WORKING_GETADDRINFO
CURL_CHECK_NI_WITHSCOPEID
fi
dnl **********************************************************************