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.
pull/2/head
Yang Tse 14 years ago
parent d8c830f33e
commit 674e044ccb
  1. 4
      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

Loading…
Cancel
Save