From 674e044ccb21f2f63537da53565fce868fb70187 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 16 Dec 2010 21:47:19 +0100 Subject: [PATCH] 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. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4