From aff76dec7d05570bd1b05dbdda9a609e46f9ae1c Mon Sep 17 00:00:00 2001 From: Younes Manton Date: Tue, 23 May 2023 10:01:52 -0700 Subject: [PATCH] Enable CRIU support by default on ppc64le builds Signed-off-by: Younes Manton --- 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 ee41d77268b..9007743c941 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -353,7 +353,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_CRIU_SUPPORT], AC_MSG_RESULT([no (explicitly disabled)]) elif test "x$enable_criu_support" = x ; then case "$OPENJ9_PLATFORM_CODE" in - xa64|xr64|xz64) + xa64|xl64|xr64|xz64) AC_MSG_RESULT([yes (default)]) OPENJ9_ENABLE_CRIU_SUPPORT=true ;;