diff options
| author | Karl Heuer | 1996-07-15 21:32:35 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-15 21:32:35 +0000 |
| commit | ef0ce08789edce0f61d408a806d6d598f0d8a0fa (patch) | |
| tree | 3adee190b37db880a2e2e7fb82ec9c5579ba33d4 | |
| parent | d0dff6e50560a7b6656b62f3a338faa347717f6a (diff) | |
| download | emacs-ef0ce08789edce0f61d408a806d6d598f0d8a0fa.tar.gz emacs-ef0ce08789edce0f61d408a806d6d598f0d8a0fa.zip | |
Check for termios.h header.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8540c70f9ff..e6b183b7e96 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -979,7 +979,7 @@ dnl checks for Unix variants | |||
| 979 | AC_AIX | 979 | AC_AIX |
| 980 | 980 | ||
| 981 | dnl checks for header files | 981 | dnl checks for header files |
| 982 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h) | 982 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h termios.h) |
| 983 | AC_HEADER_STDC | 983 | AC_HEADER_STDC |
| 984 | AC_HEADER_TIME | 984 | AC_HEADER_TIME |
| 985 | AC_DECL_SYS_SIGLIST | 985 | AC_DECL_SYS_SIGLIST |