pgsql: Simplify configure test

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Simplify configure test
Дата
Msg-id E1nmE1f-002V2u-5P@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Rename libpq test programs with libpq_ prefix
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove JsonPathSpec typedef