changeset 15684:7afd4383ddd3

Check for termios.h header.
author Karl Heuer <kwzh@gnu.org>
date Mon, 15 Jul 1996 21:32:35 +0000
parents 5f9426e991a3
children d9507895274a
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Jul 15 21:27:49 1996 +0000
+++ b/configure.in	Mon Jul 15 21:32:35 1996 +0000
@@ -979,7 +979,7 @@
 AC_AIX
 
 dnl checks for header files
-AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h)
+AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h termios.h)
 AC_HEADER_STDC
 AC_HEADER_TIME
 AC_DECL_SYS_SIGLIST