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.

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

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

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

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

Reply via email to