diff options
| author | Peter Eisentraut | 2022-05-04 11:33:59 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2022-05-04 12:20:36 +0000 |
| commit | cfb63b994e91af8315f5262b3dc630c565f2420a (patch) | |
| tree | 81a3b41e710885c9fa8c5fe839df2fbf0794cabc /src/include | |
| parent | 0432490d290f679cad773ce4735e8769e2c4db75 (diff) | |
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.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 13a2049df4b..cdd742cb55b 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -373,9 +373,6 @@ /* Define to 1 if `long long int' works and is 64 bits. */ #undef HAVE_LONG_LONG_INT_64 -/* Define to 1 if you have the <lz4.h> header file. */ -#undef HAVE_LZ4_H - /* Define to 1 if you have the <mbarrier.h> header file. */ #undef HAVE_MBARRIER_H |
