summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFergus Dall <sidereal@google.com>2023-11-07 17:42:42 +1100
committerFergus Dall <sidereal@google.com>2023-11-07 17:42:42 +1100
commit3c946010c8521497b0fba2c8bc9bde184622345a (patch)
treebd8640c5561de4d7a9f5fbe1e941fc7027206df5
parent02a7bbed391859c79864b9aacf040d84f103d38a (diff)
Enable large file support
Signed-off-by: Fergus Dall <sidereal@google.com>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b78454d..d981bea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])