changeset 37658 | 3ee7b86a4571 |
parent 37404 | 1ab1c5c6cd5a |
child 37972 | e1fa5c2e62a0 |
--- a/common/autoconf/platform.m4 Fri Apr 29 11:16:25 2016 -0700 +++ b/common/autoconf/platform.m4 Mon May 02 15:05:54 2016 +0200 @@ -435,7 +435,7 @@ HOTSPOT_$1_CPU_DEFINE=PPC32 elif test "x$OPENJDK_$1_CPU" = xs390; then HOTSPOT_$1_CPU_DEFINE=S390 - elif test "x$OPENJDK_$1_CPU" = ss390x; then + elif test "x$OPENJDK_$1_CPU" = xs390x; then HOTSPOT_$1_CPU_DEFINE=S390 fi AC_SUBST(HOTSPOT_$1_CPU_DEFINE)