projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba292b0
)
allow lcov 1.10
author
Nuno Lopes
<nlopess@php.net>
Sat, 13 Apr 2013 20:56:30 +0000
(16:56 -0400)
committer
Nuno Lopes
<nlopess@php.net>
Sat, 13 Apr 2013 20:56:30 +0000
(16:56 -0400)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 12f5bc28b35380db114fc72ec901ee3ba064e776..61d697009d5363b0eb99aceefd687b0f410d4ece 100644
(file)
--- 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)