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

Severin Gehwolf sgehwolf at openjdk.org
Tue Jan 17 17:29:26 UTC 2023


On Fri, 13 Jan 2023 16:05:34 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: edf4fb0a
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/edf4fb0a00b49141bd6c02d184901f93c2d09100
Stats:     32 lines in 1 file changed: 18 ins; 12 del; 2 mod

8295211: Fix autoconf 2.71 warning "AC_CHECK_HEADERS: you should use literals"

Reviewed-by: phh
Backport-of: c357b5908a091a77bc2b26d74a38785412b88a73

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

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


More information about the jdk-updates-dev mailing list