summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cb66f54b1..2ef9db6d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2197,6 +2197,13 @@ if test "x$ac_cv_func_getaddrinfo" = "xyes" && \
2197 ) 2197 )
2198fi 2198fi
2199 2199
2200if test "x$ac_cv_func_getaddrinfo" = "xyes"; then
2201 AC_CHECK_DECLS(AI_NUMERICSERV, , ,
2202 [#include <sys/types.h>
2203 #include <sys/socket.h>
2204 #include <netdb.h>])
2205fi
2206
2200if test "x$check_for_conflicting_getspnam" = "x1"; then 2207if test "x$check_for_conflicting_getspnam" = "x1"; then
2201 AC_MSG_CHECKING([for conflicting getspnam in shadow.h]) 2208 AC_MSG_CHECKING([for conflicting getspnam in shadow.h])
2202 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <shadow.h> ]], 2209 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <shadow.h> ]],