Skip to content

Commit

Permalink
Merge pull request #705 from pshipton/amaczlib
Browse files Browse the repository at this point in the history
Set zlib default to bundled on amac
  • Loading branch information
keithc-ca authored Sep 13, 2023
2 parents d6d6bb6 + c925d00 commit 987a883
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 987a883

Please sign in to comment.