From bdccb7c8903c07f9bbb4f8aee10e01ac569e83f1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Aug 2002 12:21:42 +0000 Subject: [PATCH] Change $am_cv_sys_posix_termios to $ac_cv_sys_posix_termios. From Andreas Schwab. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fb82d1fbd..91850e402 100644 --- a/configure.ac +++ b/configure.ac @@ -178,7 +178,7 @@ GNULIB_BOOT_TIME( AM_SYS_POSIX_TERMIOS jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL -if test $am_cv_sys_posix_termios = yes; then +if test $ac_cv_sys_posix_termios = yes; then OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS stty" MAN="$MAN stty.1" AC_MSG_CHECKING(whether termios.h needs _XOPEN_SOURCE)