Skip to content

Commit

Permalink
8240950: Missing AC_SUBST after JDK-82408
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
magicus committed Mar 12, 2020
1 parent ed8c11e commit 36fac8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/autoconf/build-performance.m4
Original file line number Diff line number Diff line change
Expand Up @@ -447,12 +447,14 @@ AC_DEFUN_ONCE([BPERF_SETUP_SMART_JAVAC],
CHECKING_MSG: [whether to use sjavac],
IF_ENABLED: [ ENABLE_SJAVAC="yes" ],
IF_DISABLED: [ ENABLE_SJAVAC="no" ])
AC_SUBST(ENABLE_SJAVAC)
UTIL_ARG_ENABLE(NAME: javac-server, DEFAULT: true, AVAILABLE: $JAVAC_SERVER_AVAILABLE,
DESC: [enable javac server],
CHECKING_MSG: [whether to use javac server],
IF_ENABLED: [ ENABLE_JAVAC_SERVER="yes" ],
IF_DISABLED: [ ENABLE_JAVAC_SERVER="no" ])
AC_SUBST(ENABLE_JAVAC_SERVER)
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
Expand Down

0 comments on commit 36fac8c

Please sign in to comment.