From: Karl Heuer Date: Mon, 15 Jul 1996 21:32:35 +0000 (+0000) Subject: Check for termios.h header. X-Git-Tag: emacs-19.34~178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef0ce08789edce0f61d408a806d6d598f0d8a0fa;p=emacs.git Check for termios.h header. --- diff --git a/configure.in b/configure.in index 8540c70f9ff..e6b183b7e96 100644 --- a/configure.in +++ b/configure.in @@ -979,7 +979,7 @@ dnl checks for Unix variants 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