Skip to content

Commit

Permalink
Fix default description of keep-packaged-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Jun 6, 2024
1 parent b72648b commit 7a8f839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/autoconf/jdk-options.m4
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_JLINK_OPTIONS],
UTIL_ARG_ENABLE(NAME: keep-packaged-modules, DEFAULT: $DEFAULT_PACKAGED_MODULES,
RESULT: JLINK_KEEP_PACKAGED_MODULES,
DESC: [enable keeping of packaged modules in jdk image],
DEFAULT_DESC: [enabled by default unless --enable-runtime-link-image is set],
CHECKING_MSG: [if packaged modules are kept])
AC_SUBST(JLINK_KEEP_PACKAGED_MODULES)
])
Expand Down

0 comments on commit 7a8f839

Please sign in to comment.