[JDK-8323008](https://bugs.openjdk.org/browse/JDK-8323008) reports unwanted 
autoconf flags being added to the command line, and solves the issue by 
filtering out the added flags by force. This is not optimal however, as doing 
so leaves the autoconf message that the flags were added still displaying 
during the configure process, which is confusing. Instead, setting a couple of 
fields to disable the autoconf internals responsible for the unwanted flag is a 
cleaner solution

-------------

Commit messages:
 - 8323672

Changes: https://git.openjdk.org/jdk/pull/17401/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17401&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8323672
  Stats: 13 lines in 1 file changed: 8 ins; 4 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/17401.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17401/head:pull/17401

PR: https://git.openjdk.org/jdk/pull/17401

Reply via email to