summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Munro2024-08-13 10:13:52 +0000
committerThomas Munro2024-08-13 10:13:52 +0000
commit14c648ff009438830d15de7c8a93c2b29114eb1c (patch)
treee57013d885e4b82b000d342d408c1c8c2e2d3475 /configure.ac
parent93660d1c27b1b85e84621326c0e2c89e00c3fc6f (diff)
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 <[email protected]> Discussion: https://postgr.es/m/CA%2BhUKGJqVe0%2BPv9dvC9dSums_PXxGo9SWcxYAMBguWJUGbWz-A%40mail.gmail.com
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 049bc014911..c46ed2c591a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1447,7 +1447,6 @@ AC_CHECK_HEADERS(m4_normalize([
execinfo.h
getopt.h
ifaddrs.h
- langinfo.h
mbarrier.h
sys/epoll.h
sys/event.h