From: Karl Fleischmann Date: Fri, 24 Jun 2022 06:11:53 +0000 (+0200) Subject: configure: Remove unused sizeof directives X-Git-Tag: 2.4.0~3812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90ec0579eda9bec1a3e636c6716d4edebf795cff;p=thirdparty%2Fdovecot%2Fcore.git configure: Remove unused sizeof directives --- diff --git a/configure.ac b/configure.ac index 0f0f69d234..afee24b513 100644 --- a/configure.ac +++ b/configure.ac @@ -331,10 +331,7 @@ case "$host_os" in ;; esac -AC_CHECK_SIZEOF(int) -AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(void *) -AC_CHECK_SIZEOF(long long) AC_CHECK_SIZEOF(size_t) AC_SYS_LARGEFILE