diff --git a/closed/autoconf/custom-hook.m4 b/closed/autoconf/custom-hook.m4 index 8fb67956b7..7be9a88959 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -350,7 +350,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_JITSERVER], AC_MSG_RESULT([no (explicitly disabled)]) elif test "x$enable_jitserver" = x ; then case "$OPENJ9_PLATFORM_CODE" in - xa64|xl64|xz64) + xa64|xl64|xr64|xz64) AC_MSG_RESULT([yes (default)]) OPENJ9_ENABLE_JITSERVER=true ;;