From: Ilia Alshanetsky Date: Wed, 6 May 2009 14:04:58 +0000 (+0000) Subject: MFB: Fixed bug #48156 (Added support for lcov v1.7) X-Git-Tag: php-5.4.0alpha1~191^2~3741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4764d6420b5eb2f18d3ddebff3c56f8d0384c39d;p=php MFB: Fixed bug #48156 (Added support for lcov v1.7) --- diff --git a/configure.in b/configure.in index 3789afb8de..f7a1376761 100644 --- a/configure.in +++ b/configure.in @@ -728,7 +728,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 1.6" + ltp_version_list="1.5 1.6 1.7" AC_CHECK_PROG(LTP, lcov, lcov) AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)