Enable large file support
Signed-off-by: Fergus Dall <sidereal@google.com>
This commit is contained in:
parent
02a7bbed39
commit
3c946010c8
|
@ -18,6 +18,7 @@ AM_PATH_PYTHON([3.0])
|
||||||
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
|
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
|
||||||
# to avoid autoconf errors.
|
# to avoid autoconf errors.
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
AC_USE_SYSTEM_EXTENSIONS
|
||||||
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
# Initialize libtool
|
# Initialize libtool
|
||||||
LT_PREREQ([2.2])
|
LT_PREREQ([2.2])
|
||||||
|
|
Loading…
Reference in New Issue