lcov 1.6 also works correctly

This commit is contained in:
Nuno Lopes 2007-10-05 14:48:32 +00:00
parent 69bea4d736
commit c2f78aae37

View File

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