From 0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 2 Dec 2014 11:14:04 +0100 Subject: code-coverage: Support lcov 1.11 --- macros/mate-code-coverage.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/mate-code-coverage.m4 b/macros/mate-code-coverage.m4 index d38e165..f795174 100644 --- a/macros/mate-code-coverage.m4 +++ b/macros/mate-code-coverage.m4 @@ -45,7 +45,7 @@ AC_DEFUN([MATE_CODE_COVERAGE],[ ]) # List of supported lcov versions. - lcov_version_list="1.6 1.7 1.8 1.9 1.10" + lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11" AC_CHECK_PROG([LCOV], [lcov], [lcov]) AC_CHECK_PROG([GENHTML], [genhtml], [genhtml]) -- cgit v1.2.1