1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add large file support for 32-bit systems to fix issue 2167

This commit is contained in:
Ciaran McNamara
2020-08-19 16:43:24 +01:00
committed by William Langford
parent 77417c1335
commit 2de3bc3732

View File

@ -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...