# HG changeset patch # User omajid # Date 1460963564 -7200 # Node ID 9ee61185a43ccf41044ae93e510364074a9e0c6d # Parent 08e00f202d7ac5f985bc3e77c328bc51d3c67819 8154394: Bad test for ENABLE_SJAVAC in build-performance.m4 Reviewed-by: erikj diff -r 08e00f202d7a -r 9ee61185a43c common/autoconf/build-performance.m4 --- a/common/autoconf/build-performance.m4 Fri Apr 15 18:07:34 2016 +0200 +++ b/common/autoconf/build-performance.m4 Mon Apr 18 09:12:44 2016 +0200 @@ -454,7 +454,7 @@ AC_MSG_RESULT([$ENABLE_JAVAC_SERVER]) AC_SUBST(ENABLE_JAVAC_SERVER) - if test "x$ENABLE_JAVAC_SERVER" = "xyes" || "x$ENABLE_SJAVAC" = "xyes"; then + if test "x$ENABLE_JAVAC_SERVER" = "xyes" || test "x$ENABLE_SJAVAC" = "xyes"; then # When using a server javac, the small client instances do not need much # resources. JAVA_FLAGS_JAVAC="$JAVA_FLAGS_SMALL" diff -r 08e00f202d7a -r 9ee61185a43c common/autoconf/generated-configure.sh --- a/common/autoconf/generated-configure.sh Fri Apr 15 18:07:34 2016 +0200 +++ b/common/autoconf/generated-configure.sh Mon Apr 18 09:12:44 2016 +0200 @@ -4964,7 +4964,7 @@ #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: -DATE_WHEN_GENERATED=1460713327 +DATE_WHEN_GENERATED=1460963400 ############################################################################### # @@ -62563,7 +62563,7 @@ $as_echo "$ENABLE_JAVAC_SERVER" >&6; } - if test "x$ENABLE_JAVAC_SERVER" = "xyes" || "x$ENABLE_SJAVAC" = "xyes"; then + if test "x$ENABLE_JAVAC_SERVER" = "xyes" || test "x$ENABLE_SJAVAC" = "xyes"; then # When using a server javac, the small client instances do not need much # resources. JAVA_FLAGS_JAVAC="$JAVA_FLAGS_SMALL"