diff options
author | Thomas Munro <tmunro@postgresql.org> | 2024-08-13 22:13:52 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2024-08-13 22:13:52 +1200 |
commit | 14c648ff009438830d15de7c8a93c2b29114eb1c (patch) | |
tree | e57013d885e4b82b000d342d408c1c8c2e2d3475 /meson.build | |
parent | 93660d1c27b1b85e84621326c0e2c89e00c3fc6f (diff) | |
download | postgresql-14c648ff009438830d15de7c8a93c2b29114eb1c.tar.gz postgresql-14c648ff009438830d15de7c8a93c2b29114eb1c.zip |
All POSIX systems have langinfo.h and CODESET.
We don't need configure probes for HAVE_LANGINFO_H (it is implied by
!WIN32), and we don't need to consider systems that have it but don't
define CODESET (that was for OpenBSD in commit 81cca218, but it has now
had it for 19 years).
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGJqVe0%2BPv9dvC9dSums_PXxGo9SWcxYAMBguWJUGbWz-A%40mail.gmail.com
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index cc176f11b5d..cd711c6d018 100644 --- a/meson.build +++ b/meson.build @@ -2394,7 +2394,6 @@ header_checks = [ 'execinfo.h', 'getopt.h', 'ifaddrs.h', - 'langinfo.h', 'mbarrier.h', 'stdbool.h', 'strings.h', |