From 720ac93b20ad877da18a44c4e133adf9c88506e1 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 2 Oct 2021 22:44:13 +0200 Subject: [PATCH] BUILD: Remove obsolete AC_HEADER_STDC autoconf check According to the autoconf manual: "All hosted environments that are still of interest for portable code provide all of the headers specified in ISO C90 (as amended in 1995)." --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9f53b12..9da4b25 100644 --- a/configure.ac +++ b/configure.ac @@ -47,9 +47,6 @@ AC_LANG([C++]) dnl We want a make install AC_PROG_INSTALL -dnl Standard C++ -AC_HEADER_STDC - dnl Endianness AC_C_BIGENDIAN