8154394: Bad test for ENABLE_SJAVAC in build-performance.m4
authoromajid
Mon, 18 Apr 2016 09:12:44 +0200
changeset 37036 9ee61185a43c
parent 37035 08e00f202d7a
child 37037 4fbd14764fa7
8154394: Bad test for ENABLE_SJAVAC in build-performance.m4 Reviewed-by: erikj
common/autoconf/build-performance.m4
common/autoconf/generated-configure.sh
--- 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"
--- 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"