diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-01 19:14:24 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-01 19:31:43 +0100 |
commit | 359c133b5bde1410d9b1dd285e878e25b18fc260 (patch) | |
tree | c6fa15571d4d2f5cdb5b9513fb03897af124a014 /configure.ac | |
parent | f88888b6ee8b842a4409364315b48cbff798af89 (diff) | |
download | fetchmail-359c133b5bde1410d9b1dd285e878e25b18fc260.tar.gz fetchmail-359c133b5bde1410d9b1dd285e878e25b18fc260.tar.bz2 fetchmail-359c133b5bde1410d9b1dd285e878e25b18fc260.zip |
Fix wolfSSL compilation on 32-bit machines (i386).
Reported by Corey Halpin.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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, |