From a2d9a9b95ad933853dd18894393615d37257f43b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 14 Oct 2024 08:02:38 +0200 Subject: Remove traces of BeOS. Commit 15abc7788e6 tolerated namespace pollution from BeOS system headers. Commit 44f902122 de-supported BeOS. Since that stuff didn't make it into the Meson build system, synchronize by removing from configure. Author: Thomas Munro Reviewed-by: Peter Eisentraut Reviewed-by: Heikki Linnakangas Reviewed-by: Japin Li Reviewed-by: Tom Lane (the idea, not the patch) Discussion: https://postgr.es/m/ME3P282MB3166F9D1F71F787929C0C7E7B6312%40ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 382984f594c..55f6c46d333 100644 --- a/configure.ac +++ b/configure.ac @@ -1992,11 +1992,6 @@ fi AC_DEFINE_UNQUOTED(MAXIMUM_ALIGNOF, $MAX_ALIGNOF, [Define as the maximum alignment requirement of any C data type.]) -# Some platforms predefine the types int8, int16, etc. Only check -# a (hopefully) representative subset. -AC_CHECK_TYPES([int8, uint8, int64, uint64], [], [], -[#include ]) - # Some compilers offer a 128-bit integer scalar type. PGAC_TYPE_128BIT_INT -- cgit v1.2.3