aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-08 20:26:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-08 20:26:16 +0000
commitaf46c6d46960ac779d538815d156988f777b42f0 (patch)
treeef13f5ee998f09e47e9eff7933a71969c71c945a /configure.in
parent59484c291442f0caa1d0332db1dd7e594c175f29 (diff)
downloadfetchmail-af46c6d46960ac779d538815d156988f777b42f0.tar.gz
fetchmail-af46c6d46960ac779d538815d156988f777b42f0.tar.bz2
fetchmail-af46c6d46960ac779d538815d156988f777b42f0.zip
AIX portability fix.
svn path=/trunk/; revision=3037
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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.