summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-05 12:21:42 +0000
committerJim Meyering <jim@meyering.net>2002-08-05 12:21:42 +0000
commitbdccb7c8903c07f9bbb4f8aee10e01ac569e83f1 (patch)
tree5f23dcd0d808a9b3431433e1d4d13c47f8a6b6f8 /configure.ac
parent643bb0f883601f119730df71d974c826ea5319d3 (diff)
downloadcoreutils-bdccb7c8903c07f9bbb4f8aee10e01ac569e83f1.tar.xz
Change $am_cv_sys_posix_termios to $ac_cv_sys_posix_termios.
From Andreas Schwab.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)