aboutsummaryrefslogtreecommitdiff
path: root/m4/gcov.m4
diff options
context:
space:
mode:
authorAlberto Aguirre <alberto.aguirre@canonical.com>2014-06-24 09:45:34 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-06-24 09:45:34 +0000
commit049c09d4dbd3ff042c53b47a619388681a2fb2d6 (patch)
tree3295fed227c1a06fc5c1d7fe377f0f69bccecf86 /m4/gcov.m4
parent3982a33ab5d059f3a99f2ccde87270fd2a73d798 (diff)
parent0e5ceb9fafbbc06d3ecd066ad013dee69cd16af7 (diff)
downloadayatana-indicator-power-049c09d4dbd3ff042c53b47a619388681a2fb2d6.tar.gz
ayatana-indicator-power-049c09d4dbd3ff042c53b47a619388681a2fb2d6.tar.bz2
ayatana-indicator-power-049c09d4dbd3ff042c53b47a619388681a2fb2d6.zip
Changes to address setBrightness interface moving from powerd to unity-system-compositor
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)