about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2017-06-22 03:46:52 +0200
committerPeter Stephenson <pws@zsh.org>2017-06-22 10:06:39 +0100
commita0f33b5a6b062721feecfcd280e5f4adeddfedb7 (patch)
tree0401b855b271690d45ceca52c9bee3233febf13f /configure.ac
parentc5783576e8bcbba5bac4fe9f06699fc8e5a6b8fe (diff)
downloadzsh-a0f33b5a6b062721feecfcd280e5f4adeddfedb7.tar.gz
zsh-a0f33b5a6b062721feecfcd280e5f4adeddfedb7.tar.xz
zsh-a0f33b5a6b062721feecfcd280e5f4adeddfedb7.zip
41342: check for Yodl version 4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 88da89e3e..ec0bdae6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -628,6 +628,7 @@ if test "x$ac_cv_prog_YODL" = xyodl; then
     case `yodl --version` in
       *"version 2."*) YODL_OPTIONS='-k' ;;
       *"version 3."*) YODL_OPTIONS='-k -L' ;;
+      *"version 4."*) YODL_OPTIONS='-k -L' ;;
     esac
 fi
 AC_SUBST(YODL_OPTIONS)