Enable large file support

Signed-off-by: Fergus Dall <sidereal@google.com>
This commit is contained in:
Fergus Dall 2023-11-07 17:42:42 +11:00
parent 02a7bbed39
commit 3c946010c8

View File

@ -18,6 +18,7 @@ AM_PATH_PYTHON([3.0])
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
# Initialize libtool
LT_PREREQ([2.2])