[jdk11u-dev] RFR: 8295211: Fix autoconf 2.71 warning "AC_CHECK_HEADERS: you should use literals"

Severin Gehwolf sgehwolf at openjdk.org
Fri Jan 13 16:13:46 UTC 2023


Please review this 11u backport fixing an issue on autoconf 2.71. It currently prints a warning on such systems. I've adjusted the code manually as the logic in that file is flipped (`=! aix` vs. `= aix` in later JDKs).

Testing: No more warning on a system that produced the warning without the patch. Warning gone with the patch. GHA.

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

Commit messages:
 - Backport c357b5908a091a77bc2b26d74a38785412b88a73

Changes: https://git.openjdk.org/jdk11u-dev/pull/1653/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1653&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8295211
  Stats: 32 lines in 1 file changed: 18 ins; 12 del; 2 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/1653.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1653/head:pull/1653

PR: https://git.openjdk.org/jdk11u-dev/pull/1653


More information about the jdk-updates-dev mailing list