diff options
| author | Karl Heuer | 1995-01-23 23:35:13 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-01-23 23:35:13 +0000 |
| commit | cb4a25d9dbf781de37aa4d299035eefb68a83af6 (patch) | |
| tree | 67053c9f687742463c01f0450d71f0009c4dbbe7 | |
| parent | 6fd88d2ec2119d2e1814d4a81c502e0cd10c9e6a (diff) | |
| download | emacs-cb4a25d9dbf781de37aa4d299035eefb68a83af6.tar.gz emacs-cb4a25d9dbf781de37aa4d299035eefb68a83af6.zip | |
Check for sys/select.h.
| -rw-r--r-- | configure.in | 2 |
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 | |||
| 859 | AC_AIX | 859 | AC_AIX |
| 860 | 860 | ||
| 861 | dnl checks for header files | 861 | dnl checks for header files |
| 862 | AC_CHECK_HEADERS(sys/timeb.h sys/time.h unistd.h utime.h) | 862 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h) |
| 863 | AC_HEADER_STDC | 863 | AC_HEADER_STDC |
| 864 | AC_HEADER_TIME | 864 | AC_HEADER_TIME |
| 865 | AC_DECL_SYS_SIGLIST | 865 | AC_DECL_SYS_SIGLIST |