From: Nuno Lopes Date: Sat, 13 Apr 2013 20:51:58 +0000 (-0400) Subject: allow lcov 1.10 X-Git-Tag: php-5.6.0alpha1~448^2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dacbf70f922f9cf831b6908841f6bce5a323bbeb;p=php allow lcov 1.10 --- diff --git a/configure.in b/configure.in index 9811236f12..260b982ce8 100644 --- a/configure.in +++ b/configure.in @@ -784,7 +784,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 1.7 1.9" + ltp_version_list="1.5 1.6 1.7 1.9 1.10" AC_CHECK_PROG(LTP, lcov, lcov) AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)