mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-28 00:30:12 +01:00
[build] Add lcov-1.7 to known list
This commit is contained in:
parent
526fcdb7e6
commit
6675cf5587
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue