From c2f78aae37259177b9b699f70c583dc9b89073c3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 5 Oct 2007 14:48:32 +0000 Subject: [PATCH] lcov 1.6 also works correctly --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cfd75176dfe..68d44dc9d09 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)