~jbicha/indicator-application/dont-show-in-startup-applications

« back to all changes in this revision

Viewing changes to m4/gcov.m4

  • Committer: CI Train Bot
  • Author(s): Ted Gould
  • Date: 2015-01-28 21:13:25 UTC
  • mfrom: (252.1.2 lp1411959-xfce-autostart)
  • Revision ID: ci-train-bot@canonical.com-20150128211325-x7sr1szv0heb1sjz
Remove XFCE from the OnlyShowIn list Fixes: #1411959
Approved by: Antti Kaijanmäki, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
31
31
  fi
32
32
 
33
 
  lcov_version_list="1.6 1.7 1.8 1.9 1.10"
 
33
  lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
34
34
  AC_CHECK_PROG(LCOV, lcov, lcov)
35
35
  AC_CHECK_PROG(GENHTML, genhtml, genhtml)
36
36