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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/cfb63b994e91af8315f5262b3dc630c565f2420a Modified Files -------------- configure | 6 ------ configure.ac | 2 +- src/include/pg_config.h.in | 3 --- src/tools/msvc/Solution.pm | 2 -- 4 files changed, 1 insertion(+), 12 deletions(-)
