From ec2ef12a0daf7bea60e9616ea8bc4bd61f3cf36f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 29 Nov 2022 12:05:32 -0500 Subject: configure: Use AC_SYS_LARGEFILE to enable large file support Signed-off-by: Matt Turner --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 0c78027..e2a07c7 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,9 @@ AC_CHECK_LIB(z, gzclose, [], # Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(FONTENC, xproto) +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + # Checks for library functions. AC_REPLACE_FUNCS([reallocarray]) -- cgit v1.2.3