Skip to content

Commit

Permalink
Merge pull request ibmruntimes#30 from keithc-ca/openssl
Browse files Browse the repository at this point in the history
Fix help for '--with-openssl'
  • Loading branch information
pshipton authored Feb 16, 2021
2 parents 892f8d9 + 85f62a5 commit 197706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <path to openssl 1.0.2 (and above)])])
[Use either fetched | system | <path to openssl version 1.0.2 or later>])])
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
Expand Down

0 comments on commit 197706b

Please sign in to comment.