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

index 9811236f12dd8ca0fdaebf858b264e12b7ff4355..260b982ce8a435e47be06352e03143b550bdcd70 100644 (file)
@@ -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 1.9"
+  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)