Skip to content

Commit

Permalink
Set zlib default to bundled on amac
Browse files Browse the repository at this point in the history
Backport of https://bugs.openjdk.org/browse/JDK-8286623

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Sep 13, 2023
1 parent 31bc73a commit c925d00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make/autoconf/lib-bundled.m4
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ AC_DEFUN_ONCE([LIB_SETUP_ZLIB],
DEFAULT_ZLIB=system
if test "x$OPENJDK_TARGET_OS" = xwindows; then
# On windows default is bundled...on others default is system
# On windows default is bundled
DEFAULT_ZLIB=bundled
elif test "x$OPENJDK_TARGET_OS" = xmacosx -a "x$OPENJDK_TARGET_CPU" = xaarch64; then
DEFAULT_ZLIB=bundled
fi
Expand Down

0 comments on commit c925d00

Please sign in to comment.