aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-08-18 13:22:47 +0000
committerDave Love1999-08-18 13:22:47 +0000
commit13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78 (patch)
treee95a39df79d9fc19d99f11c30a61d86d66f4eba7
parent495de6e953c5bf4bdebd251d54f89ed8a9e2cc97 (diff)
downloademacs-13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78.tar.gz
emacs-13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78.zip
Check for termcap.h.
-rw-r--r--configure.in2
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
1117fi 1117fi
1118 1118
1119dnl checks for header files 1119dnl checks for header files
1120AC_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) 1120AC_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)
1121AC_HEADER_STDC 1121AC_HEADER_STDC
1122AC_HEADER_TIME 1122AC_HEADER_TIME
1123AC_DECL_SYS_SIGLIST 1123AC_DECL_SYS_SIGLIST