8240866: Typo in JDK-8240820 messes up configure --help

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2020-03-11 22:25:18 +01:00
parent 5531199db4
commit 6b487c3cfe
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ AC_DEFUN([FLAGS_SETUP_WARNINGS],
UTIL_ARG_ENABLE(NAME: warnings-as-errors, DEFAULT: $WARNINGS_AS_ERRORS_DEFAULT,
RESULT: WARNINGS_AS_ERRORS,
DEFAULT_DESC: [auto]
DEFAULT_DESC: [auto],
DESC: [consider native warnings to be an error])
AC_SUBST(WARNINGS_AS_ERRORS)

View File

@ -140,7 +140,7 @@ AC_DEFUN_ONCE([HOTSPOT_ENABLE_DISABLE_GTEST],
UTIL_ARG_ENABLE(NAME: hotspot-gtest, DEFAULT: auto,
RESULT: BUILD_GTEST, AVAILABLE: $GTEST_AVAILABLE,
DEFAULT_DESC: [enabled if possible to build]
DEFAULT_DESC: [enabled if possible to build],
DESC: [enable building of the Hotspot unit tests])
AC_SUBST(BUILD_GTEST)
])