From 79dcfd35614fe15cdbe61ee4771f5326c29188ac Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 5 Sep 2001 14:43:54 +0000 Subject: [PATCH] check for termcap.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10664 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 8346c15b5..e78a05440 100644 --- a/configure.in +++ b/configure.in @@ -317,6 +317,7 @@ AC_CHECK_HEADERS([\ sys/wait.h \ syslog.h \ term.h \ + termcap.h \ termio.h \ termios.h \ time.h \