]> granicus.if.org Git - php/commitdiff
MFB: Fixed bug #48156 (Added support for lcov v1.7)
authorIlia Alshanetsky <iliaa@php.net>
Wed, 6 May 2009 14:04:58 +0000 (14:04 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 6 May 2009 14:04:58 +0000 (14:04 +0000)
configure.in

index 3789afb8de7a4f7b097408678d3b6ade671f67d3..f7a137676177cf5fef2a341c44ab4e44abb435e9 100644 (file)
@@ -728,7 +728,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"
+  ltp_version_list="1.5 1.6 1.7"
 
   AC_CHECK_PROG(LTP, lcov, lcov)
   AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)