changeset 25325:fbe05e67b94d

Check for termcap.h.
author Dave Love <fx@gnu.org>
date Wed, 18 Aug 1999 13:22:47 +0000
parents 49631c494c10
children fc334d7e2da2
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Aug 18 13:17:06 1999 +0000
+++ b/configure.in	Wed Aug 18 13:22:47 1999 +0000
@@ -1117,7 +1117,7 @@
 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