pgsql: Simplify configure test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify configure test
Date: 2022-05-04 12:22:39
Message-ID: E1nmE1f-002V2u-5P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-05-04 15:42:32 pgsql: Add missing enum tag in enum used in nodes
Previous Message Daniel Gustafsson 2022-05-04 12:17:18 pgsql: Rename libpq test programs with libpq_ prefix