diff options
author | Ted Gould <ted@gould.cx> | 2015-01-27 08:04:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-01-27 08:04:07 -0600 |
commit | 57a37ce902c85b41bee22c18373d8d181d1a8031 (patch) | |
tree | c3d77d3cbc4c8c77926eff24b779dd294a76f6fb | |
parent | d941082b9e3357c72e558f04e8a9a53c5fc809c6 (diff) | |
download | ayatana-indicator-application-57a37ce902c85b41bee22c18373d8d181d1a8031.tar.gz ayatana-indicator-application-57a37ce902c85b41bee22c18373d8d181d1a8031.tar.bz2 ayatana-indicator-application-57a37ce902c85b41bee22c18373d8d181d1a8031.zip |
Update gcov.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) |