From af46c6d46960ac779d538815d156988f777b42f0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 8 Feb 2001 20:26:16 +0000 Subject: AIX portability fix. svn path=/trunk/; revision=3037 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f692fce7..83bac3a5 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ AC_TYPE_SIZE_T AC_TYPE_PID_T AC_TYPE_SIGNAL AC_CHECK_HEADERS(unistd.h termios.h termio.h sgtty.h stdarg.h alloca.h sys/itimer.h fcntl.h sys/fcntl.h memory.h sys/wait.h) -AC_CHECK_HEADERS(arpa/inet.h arpa/nameser.h resolv.h net/socket.h) +AC_CHECK_HEADERS(arpa/inet.h arpa/nameser.h resolv.h net/socket.h sys/select.h) AC_C_CONST dnl getopt needs this. -- cgit v1.2.3