summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-24 17:44:38 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-24 17:44:38 -0800
commit87b05995a861f75e38b889659a56b13485e58ce2 (patch)
tree12d4a931e6d4487c7656caa9ed489dc55b72b56d
parentb4b35189d54bef2c5d6062518076505167c3dd9b (diff)
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 or timestamps outside of the 32-bit range. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ddfa2cd..690682d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,6 +70,9 @@ AC_REPLACE_FUNCS([reallocarray realpath strlcat strlcpy])
# Check for BSDish err.h
AC_CHECK_HEADERS([err.h])
+# Checks for typedefs, structures, and compiler characteristics.
+AC_SYS_LARGEFILE
+
#
# select libraries to include
#