diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-03 21:36:26 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-03 21:36:26 -0500 |
commit | 425513bc3b7322c7f814d2304e8d7605585ca1e9 (patch) | |
tree | c352e61d5faf4d531512a8f4eab039ee8b75f1cd /configure.ac | |
parent | 6e1ebe98d9796d2f83e650a0c4f84654ae1b163a (diff) | |
parent | a7f9455d86f13e90558e37adb0cf3553b1c3e933 (diff) | |
download | ayatana-indicator-datetime-425513bc3b7322c7f814d2304e8d7605585ca1e9.tar.gz ayatana-indicator-datetime-425513bc3b7322c7f814d2304e8d7605585ca1e9.tar.bz2 ayatana-indicator-datetime-425513bc3b7322c7f814d2304e8d7605585ca1e9.zip |
merge lp:~allanlesage/indicator-datetime/TDD to remove a dependency on gcovr, move gcov targets to their own makefile, and clean up .gcno files.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0bd8b89..4bd3f6c 100644 --- a/configure.ac +++ b/configure.ac @@ -145,8 +145,10 @@ GLIB_GSETTINGS 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) ########################### |