From: foobar Date: Thu, 10 Nov 2005 08:06:08 +0000 (+0000) Subject: - Added note about --enable-gcov being strictly for developers only! X-Git-Tag: RELEASE_2_0_1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=173fcb5e168e85db38e180df1812378210ef8a7b;p=php - Added note about --enable-gcov being strictly for developers only! --- diff --git a/configure.in b/configure.in index e4e7f0d97e..fb5d889bb7 100644 --- a/configure.in +++ b/configure.in @@ -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