From: Jim Meyering Date: Thu, 8 Aug 2002 17:05:13 +0000 (+0000) Subject: . X-Git-Tag: v4.5.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11eaed5c9cdf3055e7617008d52c5a8c4680106a;p=thirdparty%2Fcoreutils.git . --- diff --git a/aclocal.m4 b/aclocal.m4 index 56fe965a7f..cb36cdef7c 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])