From d88365d964cb521097f70efb21935a776659a7ed Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 9 Sep 2012 18:29:05 +0000 Subject: 30664: Jun T.: fix some Yodl version issues --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 986ef3a33..5528597ba 100644 --- a/configure.ac +++ b/configure.ac @@ -565,7 +565,8 @@ AC_CHECK_PROGS([YODL], [yodl], [: yodl]) YODL_OPTIONS='' if test "x$ac_cv_prog_YODL" = xyodl; then case `yodl --version` in - *"version 3."*) YODL_OPTIONS='-L' ;; + *"version 2."*) YODL_OPTIONS='-k' ;; + *"version 3."*) YODL_OPTIONS='-k -L' ;; esac fi AC_SUBST(YODL_OPTIONS) -- cgit 1.4.1