From 6b487c3cfefb804fcd38f73b88853dab78a11e2a Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Wed, 11 Mar 2020 22:25:18 +0100 Subject: [PATCH] 8240866: Typo in JDK-8240820 messes up configure --help Reviewed-by: erikj --- make/autoconf/flags-cflags.m4 | 2 +- make/autoconf/hotspot.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make/autoconf/flags-cflags.m4 b/make/autoconf/flags-cflags.m4 index 0ca74e7e1d0..9c6007fa1d3 100644 --- a/make/autoconf/flags-cflags.m4 +++ b/make/autoconf/flags-cflags.m4 @@ -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) diff --git a/make/autoconf/hotspot.m4 b/make/autoconf/hotspot.m4 index 1383604f6be..b9b2c2d7092 100644 --- a/make/autoconf/hotspot.m4 +++ b/make/autoconf/hotspot.m4 @@ -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) ])