summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-05-01 09:31:53 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-05-05 21:17:04 +0100
commit6675cf558719f81afe2a4331bc6adb3cda637a26 (patch)
tree89806394c40b158f8db1064ec9198a7ba4964016 /build
parent526fcdb7e6cc8b522508762b1a68a5585fddf823 (diff)
[build] Add lcov-1.7 to known list
Diffstat (limited to 'build')
-rw-r--r--build/configure.ac.analysis2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/configure.ac.analysis b/build/configure.ac.analysis
index 49928a56..f425a9af 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)