From ba4c183d8721f3ef086fb1d15881bb9aeeb4ecd4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 8 Feb 2023 11:57:44 -0800 Subject: configure: Use AC_SYS_LARGEFILE to enable large file support While .ICEauthority 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index a051589..a7998b2 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,9 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + # Checks for pkg-config packages PKG_CHECK_MODULES(ICEAUTH, [xproto >= 7.0.22 ice]) -- cgit v1.2.1