changeset 58380:e594b41c45c4

8240950: Missing AC_SUBST after JDK-82408 Reviewed-by: erikj
author ihse
date Thu, 12 Mar 2020 19:43:09 +0100
parents 5edc259054ae
children 1ca940d73efc
files make/autoconf/build-performance.m4
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/autoconf/build-performance.m4	Thu Mar 12 19:42:06 2020 +0100
+++ b/make/autoconf/build-performance.m4	Thu Mar 12 19:43:09 2020 +0100
@@ -447,12 +447,14 @@
       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