From 173fcb5e168e85db38e180df1812378210ef8a7b Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 10 Nov 2005 08:06:08 +0000 Subject: [PATCH] - Added note about --enable-gcov being strictly for developers only! --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1