Simplify configure test

Peter Eisentraut <peter@eisentraut.org>

Commit: cfb63b994e91af8315f5262b3dc630c565f2420a
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-05-04T12:20:36Z
Releases: 15.0
Simplify configure test

The test for lz4.h used AC_CHECK_HEADERS, but nothing was using the
resulting symbol HAVE_LZ4_H.  Change this to use AC_CHECK_HEADER
instead.  This was probably an oversight, seeing that the nearby
similar tests do this correctly.

Files

PathChange+/−
configure modified +0 −6
configure.ac modified +1 −1
src/include/pg_config.h.in modified +0 −3
src/tools/msvc/Solution.pm modified +0 −2