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 08:17:50 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-22 08:17:50 +0000
commit5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5 (patch)
tree0484a8e60b4687b23bc4a82cbf6c90ddef032d92 /configure.in
parent44cd8ebe74451e0bb6fec83c723c168c4084d9b8 (diff)
downloadzsh-5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5.tar.gz
zsh-5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5.tar.xz
zsh-5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5.zip
zsh-workers/8711
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 edd6ca727..9dab1a9f9 100644
--- a/configure.in
+++ b/configure.in
@@ -398,7 +398,7 @@ AC_PROG_MAKE_SET            dnl Does make define $MAKE
 AC_PROG_INSTALL             dnl Check for BSD compatible `install'
 AC_PROG_AWK                 dnl Check for mawk,gawk,nawk, then awk.
 AC_PROG_LN                  dnl Check for working ln, for "make install"
-AC_CHECK_PROGS([YODL], [yodl], [exit 0; yodl])
+AC_CHECK_PROGS([YODL], [yodl], [: yodl])
 
 dnl ------------------
 dnl CHECK HEADER FILES