aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2015-01-27 08:04:07 -0600
committerTed Gould <ted@gould.cx>2015-01-27 08:04:07 -0600
commit57a37ce902c85b41bee22c18373d8d181d1a8031 (patch)
treec3d77d3cbc4c8c77926eff24b779dd294a76f6fb
parentd941082b9e3357c72e558f04e8a9a53c5fc809c6 (diff)
downloadayatana-indicator-application-57a37ce902c85b41bee22c18373d8d181d1a8031.tar.gz
ayatana-indicator-application-57a37ce902c85b41bee22c18373d8d181d1a8031.tar.bz2
ayatana-indicator-application-57a37ce902c85b41bee22c18373d8d181d1a8031.zip
Update gcov.m4
-rw-r--r--m4/gcov.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gcov.m4 b/m4/gcov.m4
index 2d0b4bb..bd96386 100644
--- a/m4/gcov.m4
+++ b/m4/gcov.m4
@@ -30,7 +30,7 @@ AC_DEFUN([AC_TDD_GCOV],
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
- 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)