iliaa Wed May 6 14:04:46 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src configure.in
Log:
Fixed bug #48156 (Added support for lcov v1.7)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.48&r2=1.579.2.52.2.77.2.49&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.48
php-src/configure.in:1.579.2.52.2.77.2.49
--- php-src/configure.in:1.579.2.52.2.77.2.48 Mon Mar 23 20:40:36 2009
+++ php-src/configure.in Wed May 6 14:04:46 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.48 2009/03/23 20:40:36 johannes Exp $
-*- autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.49 2009/05/06 14:04:46 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