aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-12-03 18:47:22 +0000
committerTarmac <Unknown>2013-12-03 18:47:22 +0000
commitb2c58f69426313c8ffe007d5fb3db29425cd4300 (patch)
tree513c367dcecbc1d748643cc6d7005979d3fa2b64
parent3ff43b06fcfc04cbcb367d745b2151904bf29d5d (diff)
parentc596b452d52b9be0d0c189e5bc394995bb9393d5 (diff)
downloadayatana-indicator-power-b2c58f69426313c8ffe007d5fb3db29425cd4300.tar.gz
ayatana-indicator-power-b2c58f69426313c8ffe007d5fb3db29425cd4300.tar.bz2
ayatana-indicator-power-b2c58f69426313c8ffe007d5fb3db29425cd4300.zip
gcov.m4: add 1.10 to the lcov version list.
Approved by Ted Gould, PS Jenkins bot.
-rw-r--r--m4/gcov.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gcov.m4 b/m4/gcov.m4
index 3163584..2d0b4bb 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"
+ lcov_version_list="1.6 1.7 1.8 1.9 1.10"
AC_CHECK_PROG(LCOV, lcov, lcov)
AC_CHECK_PROG(GENHTML, genhtml, genhtml)