From 359c133b5bde1410d9b1dd285e878e25b18fc260 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 1 Dec 2021 19:14:24 +0100 Subject: Fix wolfSSL compilation on 32-bit machines (i386). Reported by Corey Halpin. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3cd8d28e..a4897c70 100644 --- a/configure.ac +++ b/configure.ac @@ -370,6 +370,7 @@ esac AC_CHECK_SIZEOF(short) AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long) +AC_CHECK_SIZEOF(long long) ### use option --enable-POP2 to compile in the POP2 support AC_ARG_ENABLE(POP2, -- cgit v1.2.3