summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-08-18 13:22:47 +0000
committerDave Love <fx@gnu.org>1999-08-18 13:22:47 +0000
commit13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78 (patch)
treee95a39df79d9fc19d99f11c30a61d86d66f4eba7 /configure.in
parent495de6e953c5bf4bdebd251d54f89ed8a9e2cc97 (diff)
downloademacs-13a9e2f5e95dc3775f6b7a44e390dc7e895e3c78.tar.gz
Check for termcap.h.
Diffstat (limited to 'configure.in')
-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
fi
dnl checks for header files
-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)
+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)
AC_HEADER_STDC
AC_HEADER_TIME
AC_DECL_SYS_SIGLIST