From: Karl Fleischmann Date: Wed, 27 Jul 2022 12:55:11 +0000 (+0200) Subject: configure: Remove obsolescent AC_HEADER_STDC macro X-Git-Tag: 2.4.0~3727 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96236d2977451ca038cc12a2fa3b4cea2fe9cd8f;p=thirdparty%2Fdovecot%2Fcore.git configure: Remove obsolescent AC_HEADER_STDC macro As per the documentation current systems have the relevant headers included, so the check is unnecessary. --- diff --git a/configure.ac b/configure.ac index fdb04e5f15..fda8cbddf1 100644 --- a/configure.ac +++ b/configure.ac @@ -254,7 +254,6 @@ AS_IF([test "$BISON" = ":" && test ! -e "$srcdir/src/lib/event-filter-parser.h"] AS_IF([test "$FLEX" = ":" && test ! -e "$srcdir/src/lib/event-filter-lexer.c"], AC_MSG_ERROR([flex is required when building from git]) ]) -AC_HEADER_STDC AC_C_INLINE LT_INIT AM_ICONV