summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0eb7c33496..b966b2f8d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2700,8 +2700,6 @@ AC_C_BIGENDIAN
# XXX - do we need this?
AC_PROG_GCC_TRADITIONAL
-AC_CHECK_FUNCS([getaddrinfo])
-
AC_REPLACE_FUNCS(getopt_long)
dnl
dnl Do we have optreset?
@@ -2748,6 +2746,7 @@ AC_REPLACE_FUNCS(inet_ntop)
AC_REPLACE_FUNCS(strptime)
AC_REPLACE_FUNCS(popcount)
+AC_CHECK_FUNCS(getaddrinfo)
AC_CHECK_FUNCS(mkstemp mkdtemp)
AC_CHECK_FUNCS(getprotobynumber)
AC_CHECK_FUNCS(issetugid)