RFR(XS): Bad test for ENABLE_SJAVAC in build-performance.m4
Erik Joelsson
erik.joelsson at oracle.com
Mon Apr 18 07:09:20 UTC 2016
I'll push it in your name. Thanks for fixing!
/Erik
On 2016-04-17 18:47, Omair Majid wrote:
> Hi,
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8154394
> Webrev: http://cr.openjdk.java.net/~omajid/webrevs/8154394-bad-test/00/
>
> I was building OpenJDK 9 as:
>
> $ bash ../configure --disable-javac-server
>
> And I saw a funny looking message in the configure output
>
> jdk9-dev/common/autoconf/generated-configure.sh: line 62566: xno: command not found
>
> Looks like it's this line missing a second 'test' in
> build-performance.m4:
>
> if test "x$ENABLE_JAVAC_SERVER" = "xyes" || "x$ENABLE_SJAVAC" = "xyes"; then
>
> Okay to push?
>
> Thanks,
> Omair
>
More information about the build-dev
mailing list