From 7b2779b657dfb22e1aafc41a3fdc49a48826b9ad Mon Sep 17 00:00:00 2001 From: Daryl Maier Date: Wed, 21 Jun 2023 19:11:35 -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 74c608816ab..ee41d77268b 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|xz64|xr64) + xa64|xr64|xz64) AC_MSG_RESULT([yes (default)]) OPENJ9_ENABLE_CRIU_SUPPORT=true ;;