--- 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"