Browse Source

- Added note about --enable-gcov being strictly for developers only!

migration/RELEASE_1_0_0
foobar 21 years ago
parent
commit
173fcb5e16
  1. 2
      configure.in

2
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

Loading…
Cancel
Save