From 7df37ab0c44ee9c24153c7a1eaf05a8a95e9ac80 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 29 Nov 2022 12:08:54 -0500 Subject: configure: Use AC_SYS_LARGEFILE to enable large file support Signed-off-by: Matt Turner --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 578995e..36d270b 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,9 @@ dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT LINT_FLAGS="${LINT_FLAGS} ${FONTENC_CFLAGS}" - +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + dnl dnl Locate a suitable tmp file system for creating shared memory files dnl -- cgit v1.2.1