summaryrefslogtreecommitdiff
path: root/configure.in
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:56:30 -0400
commite694d409631d20ed9c8a8fb6f61ea1d9df1d7001 (patch)
tree9f59e657bf34d651591df4b9c5df12b549eee9e0 /configure.in
parentba292b037f58c6cb0ef090936811cc658eadd26f (diff)
downloadphp-git-e694d409631d20ed9c8a8fb6f61ea1d9df1d7001.tar.gz
allow lcov 1.10
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 12f5bc28b3..61d697009d 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"
+ 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)