From: Nuno Lopes Date: Fri, 5 Oct 2007 14:49:40 +0000 (+0000) Subject: MFB: allow lcov 1.6 X-Git-Tag: RELEASE_2_0_0a1~1658 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b548802b58a2d873bfe9ed0ac2a51ac9756b93aa;p=php MFB: allow lcov 1.6 --- diff --git a/configure.in b/configure.in index 6f7a849db4..ddfede7fbc 100644 --- a/configure.in +++ b/configure.in @@ -643,7 +643,7 @@ if test "$PHP_GCOV" = "yes"; then 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 - ltp_version_list="1.5" + ltp_version_list="1.5 1.6" AC_CHECK_PROG(LTP, lcov, lcov) AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)