nlopess Fri Oct 5 14:49:40 2007 UTC
Modified files:
/php-src configure.in
Log:
MFB: allow lcov 1.6
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.641&r2=1.642&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.641 php-src/configure.in:1.642
--- php-src/configure.in:1.641 Mon Oct 1 12:32:39 2007
+++ php-src/configure.in Fri Oct 5 14:49:40 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.641 2007/10/01 12:32:39 jani Exp $ -*- autoconf -*-
+## $Id: configure.in,v 1.642 2007/10/05 14:49:40 nlopess Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -643,7 +643,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"
+ ltp_version_list="1.5 1.6"
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