]> git.eshelyaron.com Git - emacs.git/commitdiff
Check for termcap.h.
authorDave Love <fx@gnu.org>
Wed, 18 Aug 1999 13:22:47 +0000 (13:22 +0000)
committerDave Love <fx@gnu.org>
Wed, 18 Aug 1999 13:22:47 +0000 (13:22 +0000)
configure.in

index 50149e110f33c6194a763a9653766b1ec1436d58..96faa5c875c3433dfd4b756edd339817f71ec810 100644 (file)
@@ -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