Integrated: 8295211: Fix autoconf 2.71 warning "AC_CHECK_HEADERS: you should use literals"
Magnus Ihse Bursie
ihse at openjdk.org
Wed Oct 12 13:37:14 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.
This pull request has now been integrated.
Changeset: c357b590
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c357b5908a091a77bc2b26d74a38785412b88a73
Stats: 31 lines in 1 file changed: 17 ins; 12 del; 2 mod
8295211: Fix autoconf 2.71 warning "AC_CHECK_HEADERS: you should use literals"
Reviewed-by: shade, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/10672
More information about the build-dev
mailing list