From: Nuno Lopes Date: Fri, 5 Oct 2007 14:51:36 +0000 (+0000) Subject: allow lcov 1.6 X-Git-Tag: php-5.2.5RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1a402b6da7577ac3051828cf532170494575ba4;p=php allow lcov 1.6 --- diff --git a/configure.in b/configure.in index d2426384b3..39546693c3 100644 --- a/configure.in +++ b/configure.in @@ -646,7 +646,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)