This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e8602363b80b7ae9b67bc855553e9e0a3cd3ace5 commit e8602363b80b7ae9b67bc855553e9e0a3cd3ace5 Author: Guillem Jover <[email protected]> AuthorDate: Wed Jul 21 11:14:24 2021 +0200 build: Remove obsolete AC_HEADER_STDC Warned-by: autoconf --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 10718edee..40a2bc51d 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,6 @@ AS_IF([test "x$build_start_stop_daemon" = "xyes"], [ ]) # Checks for header files. -AC_HEADER_STDC AC_CHECK_HEADERS([\ stddef.h \ error.h \ -- Dpkg.Org's dpkg

