diff options
author | Ted Gould <ted@gould.cx> | 2013-12-18 16:41:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-12-18 16:41:21 -0600 |
commit | abf7494e8bc5e3b8e1cb9764280def9d20bd1654 (patch) | |
tree | 3365166bcd2b19be599905216d33e5f9dbcccfb4 /m4 | |
parent | e3f4d1d2cbc1931fbed710b124da7b4fc10f779d (diff) | |
download | ayatana-ido-abf7494e8bc5e3b8e1cb9764280def9d20bd1654.tar.gz ayatana-ido-abf7494e8bc5e3b8e1cb9764280def9d20bd1654.tar.bz2 ayatana-ido-abf7494e8bc5e3b8e1cb9764280def9d20bd1654.zip |
Allow gcov 1.10
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" + 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) |