From 9a63cbccd03b643622df89a0fda4e81c2f523c7d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 19 Dec 2022 19:11:00 -0800 Subject: configure: Use AC_SYS_LARGEFILE to enable large file support While font 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(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ca64ddc..c08e2d6 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,9 @@ if test "x$with_bzip2" = xyes; then AC_DEFINE(X_BZIP2_FONT_COMPRESSION,1,[Support bzip2 for bitmap fonts]) fi +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + # Checks for system functions / libraries AC_CHECK_FUNCS([vasprintf]) -- cgit v1.2.3