diff options
author | Ted Gould <ted@gould.cx> | 2014-11-03 20:57:33 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-11-03 20:57:33 +0000 |
commit | 2d4009b5dd4e3951f1b0ffedc97d3db3a626062c (patch) | |
tree | 124d670064e4fece7a34bc1d14c5feca80530103 /m4 | |
parent | 01ce8c36c74f0adfffbd14c9923c68181dc2ec32 (diff) | |
parent | c3c628dcf3f92c30d167f73daaea6c408123ffa6 (diff) | |
download | ayatana-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')
-rw-r--r-- | m4/gcov.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |