From 11eaed5c9cdf3055e7617008d52c5a8c4680106a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Aug 2002 17:05:13 +0000 Subject: . --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 56fe965a7..cb36cdef7 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -5513,7 +5513,7 @@ AC_DEFUN([jm_HEADER_TIOCGWINSZ_IN_TERMIOS_H], jm_cv_sys_tiocgwinsz_needs_termios_h, [jm_cv_sys_tiocgwinsz_needs_termios_h=no - if test $am_cv_sys_posix_termios = yes; then + if test $ac_cv_sys_posix_termios = yes; then AC_EGREP_CPP([yes], [#include # include @@ -5530,7 +5530,7 @@ AC_DEFUN([jm_WINSIZE_IN_PTEM], AC_CACHE_CHECK([whether use of struct winsize requires sys/ptem.h], jm_cv_sys_struct_winsize_needs_sys_ptem_h, [jm_cv_sys_struct_winsize_needs_sys_ptem_h=yes - if test $am_cv_sys_posix_termios = yes; then + if test $ac_cv_sys_posix_termios = yes; then AC_TRY_COMPILE([#include ] [struct winsize x;], [jm_cv_sys_struct_winsize_needs_sys_ptem_h=no]) -- cgit v1.2.3-54-g00ecf