summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c53f70d1..ca99a6a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-06-22 Peter Stephenson <p.stephenson@samsung.com>
+ * Axel: 41342: conigure.ac: check for yodl version 4.
+
* 41339: Completion/Unix/Command/_git: unquote treeish argument
for git checkout completion.
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)