# HG changeset patch # User sgehwolf # Date 1462191343 -7200 # Mon May 02 14:15:43 2016 +0200 # Node ID d8e70a8e7e54c4a19b2a9e1a465552f625e382df # Parent 243610cb765d53ca34bfc09a13f7dc4852816b0e 8155821: Typo for s390x for HOTSPOT_$1_CPU_DEFINE Reviewed-by: erikj Contributed-by: Matthias Klose diff --git a/common/autoconf/platform.m4 b/common/autoconf/platform.m4 --- a/common/autoconf/platform.m4 +++ b/common/autoconf/platform.m4 @@ -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)