From af15f44aabf3fccf096e04d73f4e6e2fd8ca3771 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 23 Nov 2022 10:29:44 -0800 Subject: configure: Use AC_SYS_LARGEFILE to enable large file support While X bitmap files should never be more than 2gb in size, they may be stored on filesystems with large inodes. Signed-off-by: Alan Coopersmith --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 9f84e22..69634ed 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,10 @@ XORG_DEFAULT_OPTIONS AM_PROG_CC_C_O +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + +# Checks for library functions. AC_CHECK_FUNCS([mkstemp]) # Math libraries & functions -- cgit v1.2.3