From: Jim Meyering Date: Mon, 5 Aug 2002 12:21:42 +0000 (+0000) Subject: Change $am_cv_sys_posix_termios to $ac_cv_sys_posix_termios. X-Git-Tag: SH-UTILS-2_0_15~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdccb7c8903c07f9bbb4f8aee10e01ac569e83f1;p=thirdparty%2Fcoreutils.git Change $am_cv_sys_posix_termios to $ac_cv_sys_posix_termios. From Andreas Schwab. --- diff --git a/configure.ac b/configure.ac index fb82d1fbdb..91850e4027 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)