]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Remove obsolescent AC_HEADER_STDC macro
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Wed, 27 Jul 2022 12:55:11 +0000 (14:55 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Wed, 3 Aug 2022 10:47:29 +0000 (10:47 +0000)
As per the documentation current systems have the relevant headers
included, so the check is unnecessary.

configure.ac

index fdb04e5f15cf09f9e4d32acc39841701e78be28d..fda8cbddf12710e376ad8d75d41c5aad8a45de5e 100644 (file)
@@ -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