diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2009-05-06 14:04:46 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2009-05-06 14:04:46 +0000 |
commit | e6c96dec60441a113d0ef6fb71bc7de2c5d7fd4f (patch) | |
tree | a0d2c4bb987cf81d1c9d14a9d49b7cd1bef843fc | |
parent | d64db73483c28dc2aba7d529f81f80161870bf8a (diff) | |
download | php-git-e6c96dec60441a113d0ef6fb71bc7de2c5d7fd4f.tar.gz |
Fixed bug #48156 (Added support for lcov v1.7)
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 101ee7397e..037659a041 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) |