[build] Add lcov-1.7 to known list

This commit is contained in:
Chris Wilson 2009-05-01 09:31:53 +01:00
parent 526fcdb7e6
commit 6675cf5587

View file

@ -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)