diff options
author | Nuno Lopes <nlopess@php.net> | 2007-10-05 14:49:40 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2007-10-05 14:49:40 +0000 |
commit | b548802b58a2d873bfe9ed0ac2a51ac9756b93aa (patch) | |
tree | 1a76062ceca952188c7e48ddd11d263e50adf04c /configure.in | |
parent | 68327cba36d6ea7b9f66d055b136251282624a97 (diff) | |
download | php-git-b548802b58a2d873bfe9ed0ac2a51ac9756b93aa.tar.gz |
MFB: allow lcov 1.6
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |