iliaa Wed May 6 14:04:58 2009 UTC
Modified files:
/php-src configure.in
Log:
MFB: Fixed bug #48156 (Added support for lcov v1.7)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.676&r2=1.677&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.676 php-src/configure.in:1.677
--- php-src/configure.in:1.676 Wed Mar 18 10:49:35 2009
+++ php-src/configure.in Wed May 6 14:04:58 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.676 2009/03/18 10:49:35 dmitry Exp $ -*- autoconf -*-
+## $Id: configure.in,v 1.677 2009/05/06 14:04:58 iliaa Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -728,7 +728,7 @@
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php