summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2013-04-13 16:56:30 -0400
committerNuno Lopes <nlopess@php.net>2013-04-13 16:57:25 -0400
commita9271a8b0dd60c6e602e9f4e6fdfcd6fb0b66dc4 (patch)
tree988b47f0f671480531b4e0afe8cb39de79489771
parent56b028e5905c87d4f91e3264561603485ee55e46 (diff)
downloadphp-git-a9271a8b0dd60c6e602e9f4e6fdfcd6fb0b66dc4.tar.gz
allow lcov 1.10
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ea57f74089..f4cbab31a7 100644
--- a/configure.in
+++ b/configure.in
@@ -712,7 +712,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"
+ 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)