aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 16:43:40 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 16:43:40 +0000
commit267b942383465f8d9ff193e4deaa0d383a09d6b7 (patch)
tree29cb7dbd01262be6c2e5d838c67f3d7fc04413a1 /configure.ac
parent142cb601f86e56e18cc19ea4998dd87a4504993f (diff)
configure script now checks availability of the inet_ntop() function,
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b6b79f043..1f66edbcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2076,6 +2076,7 @@ CURL_CHECK_FUNC_GETHOSTNAME
CURL_CHECK_FUNC_GETSERVBYPORT_R
CURL_CHECK_FUNC_GMTIME_R
CURL_CHECK_FUNC_INET_NTOA_R
+CURL_CHECK_FUNC_INET_NTOP
CURL_CHECK_FUNC_LOCALTIME_R
CURL_CHECK_FUNC_SIGACTION
CURL_CHECK_FUNC_STRCASECMP