summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-12-16 21:47:19 +0100
committerYang Tse <yangsita@gmail.com>2010-12-16 21:47:19 +0100
commit674e044ccb21f2f63537da53565fce868fb70187 (patch)
treefe9b8af89e7d45d9b8924882a8c6f07b0bca872d /configure.ac
parentd8c830f33ea49f5a9d7ba8c934c89a40e92a2721 (diff)
downloadc-ares-674e044ccb21f2f63537da53565fce868fb70187.tar.gz
c-ares-674e044ccb21f2f63537da53565fce868fb70187.tar.bz2
c-ares-674e044ccb21f2f63537da53565fce868fb70187.zip
configure: temporarily disable detection of system's inet_ntop()
This is done to allow compilation of ares_inet_ntop() by some daily builds picky compilers that otherwise do not need this function.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cda580e..35d793a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -533,7 +533,9 @@ CARES_CHECK_FUNC_GETHOSTBYNAME
CARES_CHECK_FUNC_GETHOSTNAME
CARES_CHECK_FUNC_GETSERVBYPORT_R
CARES_CHECK_FUNC_INET_NET_PTON
-CARES_CHECK_FUNC_INET_NTOP
+
+dnl CARES_CHECK_FUNC_INET_NTOP
+
CARES_CHECK_FUNC_INET_PTON
CARES_CHECK_FUNC_IOCTL
CARES_CHECK_FUNC_IOCTLSOCKET