On Wed, 12 Oct 2022 10:23:13 GMT, Magnus Ihse Bursie <i...@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. Looks okay to me. ------------- Marked as reviewed by shade (Reviewer). PR: https://git.openjdk.org/jdk/pull/10672