aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-30 10:35:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-30 10:35:54 +0000
commita2ea0abf7f2b2768d2e5539a20b5b0d64ab83d0b (patch)
tree60f13677f86c07c1227fdaef8ea98fdd07e213eb /configure.ac
parentbe8f8e66a450308547c356271ce439d9877ac7b5 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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 **********************************************************************