From 85f62a54289210066479718b4821c43d845a826c Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Tue, 16 Feb 2021 11:42:32 -0500 Subject: [PATCH] Fix help for '--with-openssl' Signed-off-by: Keith W. Campbell --- closed/autoconf/custom-hook.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closed/autoconf/custom-hook.m4 b/closed/autoconf/custom-hook.m4 index 0d362a94fe4..2ff9555d740 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -557,7 +557,7 @@ AC_DEFUN_ONCE([CUSTOM_LATE_HOOK], AC_DEFUN([CONFIGURE_OPENSSL], [ AC_ARG_WITH(openssl, [AS_HELP_STRING([--with-openssl], - [Use either fetched | system | ])]) AC_ARG_ENABLE(openssl-bundling, [AS_HELP_STRING([--enable-openssl-bundling], [enable bundling of the openssl crypto library with the jdk build])]) WITH_OPENSSL=yes