From 827a8f36419631cb2fadfeeffc480ac475856b6f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 27 Apr 2021 08:24:45 +0200 Subject: [PATCH] Allow using LTP 1.14 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 753b40c..ff10b10 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ AS_IF([ test "x$use_gcov" = "xyes"], [ AC_MSG_ERROR([ccache must be disabled when --enable-coverage option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.]) fi - ltp_version_list="1.6 1.7 1.8 1.9 1.10" + ltp_version_list="1.6 1.7 1.8 1.9 1.10 1.14" AC_CHECK_PROG(LTP, lcov, lcov) AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)