summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-10-05 14:48:32 +0000
committerNuno Lopes <nlopess@php.net>2007-10-05 14:48:32 +0000
commitc2f78aae37259177b9b699f70c583dc9b89073c3 (patch)
treee5a5828a4ab7a8cbe1c8525e16711241920b62fc
parent69bea4d736d735b946a38723f0c68925c2cf37fa (diff)
downloadphp-git-c2f78aae37259177b9b699f70c583dc9b89073c3.tar.gz
lcov 1.6 also works correctly
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cfd75176df..68d44dc9d0 100644
--- a/configure.in
+++ b/configure.in
@@ -646,7 +646,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)