diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-21 11:22:01 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-21 11:22:01 -0500 |
commit | 577fad28e2a126a1ae7168bf73a9da3405d23b5f (patch) | |
tree | b3f5012ac57f7b9140eb8894a7f5572f230b7dbf /configure.ac | |
parent | cf5c77a39f7355e8a2a6ee719a36bcbe6dfc0d7f (diff) | |
download | ayatana-indicator-sound-577fad28e2a126a1ae7168bf73a9da3405d23b5f.tar.gz ayatana-indicator-sound-577fad28e2a126a1ae7168bf73a9da3405d23b5f.tar.bz2 ayatana-indicator-sound-577fad28e2a126a1ae7168bf73a9da3405d23b5f.zip |
Removed gcovr dependency for coverage tooling.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3fb91a6..5d99802 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,9 @@ AC_SUBST(SOUNDSERVICE_LIBS) m4_include([m4/gcov.m4]) AC_TDD_GCOV +AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes]) +AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes]) +AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes]) AC_SUBST(COVERAGE_CFLAGS) AC_SUBST(COVERAGE_CXXFLAGS) AC_SUBST(COVERAGE_LDFLAGS) |