summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCiaran McNamara <1372986+ciaranmcnamara@users.noreply.github.com>2020-08-19 16:43:24 +0100
committerWilliam Langford <wlangfor@gmail.com>2021-05-01 14:17:41 -0400
commit2de3bc3732a227a188ff7c5841f25551e04425a8 (patch)
tree1127f17b015e7030b38fdc739316476d9a8a28d0
parent77417c1335a12c4ceef469caf38c0cbfb6315b45 (diff)
Add large file support for 32-bit systems to fix issue 2167
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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...