aboutsummaryrefslogtreecommitdiff
path: root/m4/gcov.m4
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-03 20:57:33 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-11-03 20:57:33 +0000
commit2d4009b5dd4e3951f1b0ffedc97d3db3a626062c (patch)
tree124d670064e4fece7a34bc1d14c5feca80530103 /m4/gcov.m4
parent01ce8c36c74f0adfffbd14c9923c68181dc2ec32 (diff)
parentc3c628dcf3f92c30d167f73daaea6c408123ffa6 (diff)
downloadayatana-ido-2d4009b5dd4e3951f1b0ffedc97d3db3a626062c.tar.gz
ayatana-ido-2d4009b5dd4e3951f1b0ffedc97d3db3a626062c.tar.bz2
ayatana-ido-2d4009b5dd4e3951f1b0ffedc97d3db3a626062c.zip
Update tags for newer GObject Introsepction Scanner and disable xorg-gtest tests Fixes: 1382020
Approved by: PS Jenkins bot
Diffstat (limited to 'm4/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)