From 14d638c74ccf35107e2fda18c9b360e8c319e718 Mon Sep 17 00:00:00 2001 From: Daryl Maier Date: Wed, 21 Jun 2023 19:05:42 -0400 Subject: [PATCH] Reorder CRIU platforms alphabetically Signed-off-by: Daryl Maier --- 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 2c3eed7ef0..8fb67956b7 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -377,7 +377,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|xz64|xr64) + xa64|xr64|xz64) AC_MSG_RESULT([yes (default)]) OPENJ9_ENABLE_CRIU_SUPPORT=true ;;