common/autoconf/build-performance.m4
changeset 37407 9a0927683faa
parent 37402 62b5f067032e
parent 37036 9ee61185a43c
child 38843 2b141e8e916f
child 39191 08671ca5c778
--- a/common/autoconf/build-performance.m4	Thu Apr 14 19:55:39 2016 -0700
+++ b/common/autoconf/build-performance.m4	Mon Apr 18 15:39:46 2016 -0700
@@ -457,7 +457,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"