diff --git a/configure b/configure index 668adbc368a..eb66b544846 100755 --- a/configure +++ b/configure @@ -17947,8 +17947,6 @@ CFLAGS="$CFLAGS $BUILTINFLAG" - - @@ -17983,8 +17981,6 @@ for ac_func in \ gettid \ gettimeofday \ getuid \ - inet_ntop \ - inet_pton \ kqueue \ lstat \ memmove \ @@ -18656,6 +18652,8 @@ fi + + for ac_func in \ getaddrinfo \ getnameinfo \ @@ -18664,6 +18662,8 @@ for ac_func in \ getprotobynumber \ getservbyport \ inet_network \ + inet_ntop \ + inet_pton \ sendmsg \ socketpair \ diff --git a/configure.ac b/configure.ac index c13abc4b1a2..9c90bffda0a 100644 --- a/configure.ac +++ b/configure.ac @@ -1456,8 +1456,6 @@ AC_CHECK_FUNCS(\ gettid \ gettimeofday \ getuid \ - inet_ntop \ - inet_pton \ kqueue \ lstat \ memmove \ @@ -1530,6 +1528,8 @@ AC_CHECK_FUNCS(\ getprotobynumber \ getservbyport \ inet_network \ + inet_ntop \ + inet_pton \ sendmsg \ socketpair \ )