# HG changeset patch # User jwe # Date 749334475 0 # Node ID 9ef78c73006d40f796cfc20f004f5aab5462ffa9 # Parent 7aea883afd291cda6616f5b6a37bfac427547b52 [project @ 1993-09-29 20:27:55 by jwe] Also check for termios.h. diff -r 7aea883afd29 -r 9ef78c73006d configure.in --- a/configure.in Wed Sep 29 16:15:12 1993 +0000 +++ b/configure.in Wed Sep 29 20:27:55 1993 +0000 @@ -277,21 +277,14 @@ esac AC_SUBST(VOID_SIGHANDLER)dnl -AC_HAVE_HEADERS(termio.h)dnl +AC_HAVE_HEADERS(termios.h termio.h sgtty.h)dnl case "$DEFS" in - *HAVE_TERMIO_H*) + *HAVE_TERMIOS_H* | *HAVE_TERMIO_H* | *HAVE_SGTTY_H*) ;; *) - AC_HAVE_HEADERS(sgtty.h)dnl - case "$DEFS" in - *HAVE_SGTTY_H*) - ;; - *) - echo "I couldn't find either termio.h or sgtty.h!" - exit 1 - ;; - esac - ;; + echo "I couldn't find termios.h, termio.h, or sgtty.h!" + exit 1 + ;; esac # Hack for readline's sysdep.h