mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
Add 1.10 as a valid lcov version
https://bugzilla.gnome.org/show_bug.cgi?id=728177
This commit is contained in:
parent
3517c11c9b
commit
b2e8bbe9e9
@ -1036,7 +1036,7 @@ AS_IF([test "x$use_gcov" = "xyes"],
|
||||
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.7 1.8 1.9"
|
||||
ltp_version_list="1.6 1.7 1.8 1.9 1.10"
|
||||
AC_CHECK_PROG(LTP, lcov, lcov)
|
||||
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user