Fix 32303 ./configure --help: replace --enable-gprofng with --disable-gprofng

ChangeLog
2024-10-31  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

	PR 32303
	* configure.ac: Replace --enable-gprofng with --disable-gprofng
	* configure: Rebuild.
This commit is contained in:
Vladimir Mezentsev
2024-10-31 17:23:26 -07:00
parent 47c88752f9
commit e0c182c3ac
2 changed files with 2 additions and 3 deletions

2
configure vendored
View File

@@ -1547,7 +1547,7 @@ Optional Features:
--enable-gold[=ARG] build gold [ARG={default,yes,no}]
--enable-ld[=ARG] build ld [ARG={default,yes,no}]
--enable-gprofng[=ARG] build gprofng [ARG={yes,no}]
--disable-gprofng do not build gprofng
--enable-compressed-debug-sections={all,gas,gold,ld,none}
Enable compressed debug sections for gas, gold or ld
by default

View File

@@ -408,8 +408,7 @@ case "${ENABLE_LD}" in
esac
AC_ARG_ENABLE(gprofng,
[AS_HELP_STRING([[--enable-gprofng[=ARG]]],
[build gprofng @<:@ARG={yes,no}@:>@])],
[AS_HELP_STRING([[--disable-gprofng]], [do not build gprofng])],
enable_gprofng=$enableval,
enable_gprofng=yes)
if test "$enable_gprofng" = "yes"; then