From 6675cf558719f81afe2a4331bc6adb3cda637a26 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 1 May 2009 09:31:53 +0100 Subject: [PATCH] [build] Add lcov-1.7 to known list --- build/configure.ac.analysis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/configure.ac.analysis b/build/configure.ac.analysis index 49928a565..f425a9af0 100644 --- a/build/configure.ac.analysis +++ b/build/configure.ac.analysis @@ -25,7 +25,7 @@ if test "x$use_gcov" = "xyes"; then AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.]) fi - ltp_version_list="1.6 1.5 1.4" + ltp_version_list="1.7 1.6 1.5 1.4" AC_CHECK_PROG(LTP, lcov, lcov) AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)