sniper Thu Nov 10 03:06:08 2005 EDT
Modified files:
/php-src configure.in
Log:
- Added note about --enable-gcov being strictly for developers only!
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.591&r2=1.592&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.591 php-src/configure.in:1.592
--- php-src/configure.in:1.591 Wed Nov 9 14:55:25 2005
+++ php-src/configure.in Thu Nov 10 03:06:08 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.591 2005/11/09 19:55:25 sniper Exp $ -*- autoconf -*-
+ ## $Id: configure.in,v 1.592 2005/11/10 08:06:08 sniper Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -599,7 +599,7 @@
PHP_HELP_SEPARATOR([General settings:])
PHP_ARG_ENABLE(gcov, whether to include gcov symbols,
-[ --enable-gcov Enable GCOV code coverage (requires LTP)], no, no)
+[ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR
DEVELOPERS ONLY!!], no, no)
if test "$PHP_GCOV" = "yes"; then
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php