about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-22 01:05:46 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-22 01:05:46 +0000
commit44cd8ebe74451e0bb6fec83c723c168c4084d9b8 (patch)
tree3b334a0fffb74160b85ac89ce9970975fb2e087b /configure.in
parent9963a4294c6ca5b4ae4640c0865d437eaf756ed5 (diff)
downloadzsh-44cd8ebe74451e0bb6fec83c723c168c4084d9b8.tar.gz
zsh-44cd8ebe74451e0bb6fec83c723c168c4084d9b8.tar.xz
zsh-44cd8ebe74451e0bb6fec83c723c168c4084d9b8.zip
zsh-3.1.6-pws-9 zsh-3.1.6-pws-9
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3118a626f..edd6ca727 100644
--- a/configure.in
+++ b/configure.in
@@ -1241,7 +1241,7 @@ dnl -----------
 dnl if found tcsetpgrp, test to see if it actually works
 dnl for instance, BeOS R4.51 does not support it yet
 dnl -----------
-if test -t 0 -a $ac_cv_func_tcsetpgrp=yes; then
+if test $ac_cv_func_tcsetpgrp=yes; then
     AC_CACHE_CHECK(if tcsetpgrp() actually works,
     zsh_cv_sys_tcsetpgrp,
     [AC_TRY_RUN([