]> granicus.if.org Git - php/commitdiff
allow lcov 1.6
authorNuno Lopes <nlopess@php.net>
Fri, 5 Oct 2007 14:51:36 +0000 (14:51 +0000)
committerNuno Lopes <nlopess@php.net>
Fri, 5 Oct 2007 14:51:36 +0000 (14:51 +0000)
configure.in

index d2426384b3d2067107b59e22219ef96275fe56ed..39546693c38fa6fa83e1107e5bc11494f526cfbd 100644 (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)