From 2de3bc3732a227a188ff7c5841f25551e04425a8 Mon Sep 17 00:00:00 2001 From: Ciaran McNamara <1372986+ciaranmcnamara@users.noreply.github.com> Date: Wed, 19 Aug 2020 16:43:24 +0100 Subject: Add large file support for 32-bit systems to fix issue 2167 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index fa0490a9..a2cd99e5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ AC_EXEEXT LT_INIT([shared static win32-dll]) AM_PROG_CC_C_O +AC_SYS_LARGEFILE # issue 2167 dnl couldn't use AM_PROG_LEX as it doesn't support header files like the dnl AC_PROG_YACC macros... -- cgit v1.2.3