aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-01-23 23:35:13 +0000
committerKarl Heuer1995-01-23 23:35:13 +0000
commitcb4a25d9dbf781de37aa4d299035eefb68a83af6 (patch)
tree67053c9f687742463c01f0450d71f0009c4dbbe7
parent6fd88d2ec2119d2e1814d4a81c502e0cd10c9e6a (diff)
downloademacs-cb4a25d9dbf781de37aa4d299035eefb68a83af6.tar.gz
emacs-cb4a25d9dbf781de37aa4d299035eefb68a83af6.zip
Check for sys/select.h.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b7162af0d7c..450093cfdf8 100644
--- a/configure.in
+++ b/configure.in
@@ -859,7 +859,7 @@ dnl checks for Unix variants
859AC_AIX 859AC_AIX
860 860
861dnl checks for header files 861dnl checks for header files
862AC_CHECK_HEADERS(sys/timeb.h sys/time.h unistd.h utime.h) 862AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h)
863AC_HEADER_STDC 863AC_HEADER_STDC
864AC_HEADER_TIME 864AC_HEADER_TIME
865AC_DECL_SYS_SIGLIST 865AC_DECL_SYS_SIGLIST