Fixed bug #48156 (Added support for lcov v1.7)

This commit is contained in:
Ilia Alshanetsky 2009-05-06 14:04:46 +00:00
parent d64db73483
commit e6c96dec60

View File

@ -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)