summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2014-07-10 14:09:23 +0200
committerMartin Pitt <martinpitt@gnome.org>2014-07-10 14:09:23 +0200
commit13d01a8be18642956042f00321dece2cfe5493f1 (patch)
tree0e07df294626aac80946333fe6fea364d88ac55b
parent5a58347c8f9b48915311f7c91b885722492d378a (diff)
downloadgnome-common-13d01a8be18642956042f00321dece2cfe5493f1.tar.gz
code-coverage: Support lcov 1.11
https://bugzilla.gnome.org/show_bug.cgi?id=732988
-rw-r--r--macros2/gnome-code-coverage.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros2/gnome-code-coverage.m4 b/macros2/gnome-code-coverage.m4
index 62375e6..39da356 100644
--- a/macros2/gnome-code-coverage.m4
+++ b/macros2/gnome-code-coverage.m4
@@ -44,7 +44,7 @@ AC_DEFUN([GNOME_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])