diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-03 21:39:27 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-03 21:39:27 -0500 |
commit | fae66e85a4081f14424daf94fa35c184e6283341 (patch) | |
tree | 28df1bd729517aced1223a2221c12652ac0cea14 /configure.ac | |
parent | 2f67706e1bab6b64b497d3f42e95c78a591ddc16 (diff) | |
parent | 76fc7f014432bedd7c8c103a025b31308136c01b (diff) | |
download | libayatana-indicator-fae66e85a4081f14424daf94fa35c184e6283341.tar.gz libayatana-indicator-fae66e85a4081f14424daf94fa35c184e6283341.tar.bz2 libayatana-indicator-fae66e85a4081f14424daf94fa35c184e6283341.zip |
merge lp:~allanlesage/libindicator/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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 21bcf67..bdeac71 100644 --- a/configure.ac +++ b/configure.ac @@ -137,6 +137,9 @@ AM_CONDITIONAL(ENABLE_DEBUG, test "$enable_debug" = "yes") ########################### 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) |