From b30acd362551dc3335729b32be833beaea20253b Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sun, 26 Jun 2022 18:50:11 -0700 Subject: [PATCH] Remove obsolete AC_HEADER_STDC As described in detail here: https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Particular-Headers.html#index-AC_005fHEADER_005fSTDC-1 We no longer need AC_HEADER_STDC in configure.ac Signed-off-by: Bryan Hundven --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 62ba6bfb..c750a385 100644 --- a/configure.ac +++ b/configure.ac @@ -300,7 +300,6 @@ CTNG_SET_KCONFIG_OPTION([sha512sum]) # FIXME why checking if not using the result? We don't provide replacemant malloc/alloca/... AC_C_INLINE -AC_HEADER_STDC AC_FUNC_MALLOC AC_FUNC_REALLOC AC_FUNC_ALLOCA