diff options
author | Ted Gould <ted@gould.cx> | 2013-12-19 17:34:38 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-12-19 17:34:38 +0000 |
commit | 25762ad8307f81c09307419d48fdfb94bdc396ae (patch) | |
tree | e4b3c053e75d0df5c375e428499ac5e38de92b34 /m4 | |
parent | 65bc7f80becdd2f2e01be4e14a7d2d960615cdb9 (diff) | |
parent | 52c50b3f9b571f44dc1f255365dc5c90ab2c6730 (diff) | |
download | libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.tar.gz libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.tar.bz2 libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.zip |
Fix build failures on trusty. Fixes: https://bugs.launchpad.net/bugs/1262655.
Approved by PS Jenkins bot, Charles Kerr.
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) |