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

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