configure: temporarily disable detection of system's inet_ntop()
authorYang Tse <yangsita@gmail.com>
Thu, 16 Dec 2010 20:47:19 +0000 (21:47 +0100)
committerYang Tse <yangsita@gmail.com>
Thu, 16 Dec 2010 20:47:19 +0000 (21:47 +0100)
This is done to allow compilation of ares_inet_ntop() by some daily
builds picky compilers that otherwise do not need this function.

configure.ac

index cda580e..35d793a 100644 (file)
@@ -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