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

index 6f7a849db46d64e73621336778b71e7bb4480a59..ddfede7fbcf81427fda923feba399005b943b9f1 100644 (file)
@@ -643,7 +643,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)