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

Erik Joelsson erikj at openjdk.org
Wed Oct 12 13:26:20 UTC 2022


On Wed, 12 Oct 2022 10:23:13 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> In autoconf 2.71, there is a warning generated for calling AC_CHECK_HEADERS with a variable.
> 
> It is not clear to me why they consider this to be a problem, but the warning is printed whenever you run configure with autoconf 2.71 or newer, and it is annoying.
> 
> We're only doing this in one place. Let's hardcode the values instead so we get rid of the warning.

Marked as reviewed by erikj (Reviewer).

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

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



More information about the build-dev mailing list