diff options
| author | Dave Love | 1999-08-18 13:22:47 +0000 |
|---|---|---|
| committer | Dave Love | 1999-08-18 13:22:47 +0000 |
| commit | 13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78 (patch) | |
| tree | e95a39df79d9fc19d99f11c30a61d86d66f4eba7 | |
| parent | 495de6e953c5bf4bdebd251d54f89ed8a9e2cc97 (diff) | |
| download | emacs-13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78.tar.gz emacs-13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78.zip | |
Check for termcap.h.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 50149e110f3..96faa5c875c 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1117,7 +1117,7 @@ if test "${with_sound}" != "no"; then | |||
| 1117 | fi | 1117 | fi |
| 1118 | 1118 | ||
| 1119 | dnl checks for header files | 1119 | dnl checks for header files |
| 1120 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h) | 1120 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h termcap.h) |
| 1121 | AC_HEADER_STDC | 1121 | AC_HEADER_STDC |
| 1122 | AC_HEADER_TIME | 1122 | AC_HEADER_TIME |
| 1123 | AC_DECL_SYS_SIGLIST | 1123 | AC_DECL_SYS_SIGLIST |