From a2ea0abf7f2b2768d2e5539a20b5b0d64ab83d0b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Mar 2004 10:35:54 +0000 Subject: 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. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ad40ede97..29e44f3c1 100644 --- a/configure.ac +++ b/configure.ac @@ -384,6 +384,8 @@ main() if test "$ipv6" = "yes"; then CURL_CHECK_WORKING_GETADDRINFO + + CURL_CHECK_NI_WITHSCOPEID fi dnl ********************************************************************** -- cgit v1.2.3