Issue #295: also check if size_t is the size of long long, to help support 64-bit Windows platforms.

This commit is contained in:
Eric Haszlakiewicz
2017-01-07 22:55:31 -05:00
parent 177c401e02
commit 8157784483
2 changed files with 3 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ AX_APPEND_COMPILE_FLAGS([-D_GNU_SOURCE -D_REENTRANT])
AX_COMPILE_CHECK_SIZEOF(int)
AX_COMPILE_CHECK_SIZEOF(long)
AX_COMPILE_CHECK_SIZEOF(long long)
AX_COMPILE_CHECK_SIZEOF(size_t, [#include <stdint.h>])
AC_CONFIG_FILES([