Simplify configure test
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |