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=f93a147c1bc07bf912f3be59949a188aa6aa2583 commit f93a147c1bc07bf912f3be59949a188aa6aa2583 Author: Guillem Jover <[email protected]> AuthorDate: Tue Feb 28 23:44:52 2023 +0100 build: Remove unused AC_SIZEOF checks These stopped being used some time ago when the md5.c code using them got removed in commit 2767801430de3c6d4ec7394e286fc261a8180feb. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9a2412920..dca34003a 100644 --- a/configure.ac +++ b/configure.ac @@ -158,8 +158,6 @@ AC_TYPE_MODE_T AC_TYPE_PID_T AC_TYPE_SIZE_T DPKG_TYPE_PTRDIFF_T -AC_CHECK_SIZEOF([unsigned int]) -AC_CHECK_SIZEOF([unsigned long]) DPKG_DECL_SYS_SIGLIST DPKG_DECL_SYS_ERRLIST -- Dpkg.Org's dpkg

