Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
allow lcov 1.10
  • Loading branch information
nunoplopes committed Apr 13, 2013
1 parent ba292b0 commit e694d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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)
Expand Down

0 comments on commit e694d40

Please sign in to comment.