]> granicus.if.org Git - php/commitdiff
allow lcov 1.10
authorNuno Lopes <nlopess@php.net>
Sat, 13 Apr 2013 20:56:30 +0000 (16:56 -0400)
committerNuno Lopes <nlopess@php.net>
Sat, 13 Apr 2013 20:57:25 +0000 (16:57 -0400)
configure.in

index ea57f74089dedfedf02b09a164c8bbac9141bbbf..f4cbab31a726cb2bc64e81df5b786289557f0868 100644 (file)
@@ -712,7 +712,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)