diff options
| author | Nuno Lopes <nlopess@php.net> | 2013-04-13 16:51:58 -0400 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2013-04-13 16:53:39 -0400 |
| commit | adc17bff57e36312d707641428f32ef53070dc5b (patch) | |
| tree | 9e86be7411d0b4f2d66f1d1e9066f747e85443c8 /configure.in | |
| parent | a5cfe57e08f3d3e48276f535d12ce6e6758451bf (diff) | |
| download | php-git-adc17bff57e36312d707641428f32ef53070dc5b.tar.gz | |
allow lcov 1.10
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 704801ec32..f531bebdd1 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) |
