summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-08 17:05:13 +0000
committerJim Meyering <jim@meyering.net>2002-08-08 17:05:13 +0000
commit11eaed5c9cdf3055e7617008d52c5a8c4680106a (patch)
tree4e675e006f2278bd06eddafbbd17f1dbc45b8878 /aclocal.m4
parentfc0e70fe74d5d33d45b8a090cd4299a8897636e2 (diff)
downloadcoreutils-11eaed5c9cdf3055e7617008d52c5a8c4680106a.tar.xz
.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h>
# include <termios.h>
@@ -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 <termios.h>]
[struct winsize x;],
[jm_cv_sys_struct_winsize_needs_sys_ptem_h=no])