]> granicus.if.org Git - php/commitdiff
- Added note about --enable-gcov being strictly for developers only!
authorfoobar <sniper@php.net>
Thu, 10 Nov 2005 08:06:08 +0000 (08:06 +0000)
committerfoobar <sniper@php.net>
Thu, 10 Nov 2005 08:06:08 +0000 (08:06 +0000)
configure.in

index e4e7f0d97eb6389d2248371ff0f6ed982623648f..fb5d889bb7fb2793a5190c23801bb5caa659529a 100644 (file)
@@ -599,7 +599,7 @@ PHP_CONFIGURE_PART(General settings)
 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