]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Remove unused sizeof directives
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Fri, 24 Jun 2022 06:11:53 +0000 (08:11 +0200)
committerKarl Fleischmann <karl.fleischmann@open-xchange.com>
Mon, 4 Jul 2022 10:03:04 +0000 (12:03 +0200)
configure.ac

index 0f0f69d234e36558014d43366918e5c6e4350616..afee24b5138a9df7ce62edb362111d41b7a61c9e 100644 (file)
@@ -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