diff options
author | Matt Turner <mattst88@gmail.com> | 2022-11-29 12:08:54 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-11-29 12:08:54 -0500 |
commit | 7df37ab0c44ee9c24153c7a1eaf05a8a95e9ac80 (patch) | |
tree | db24a34c3d98c5cc1046a6393d7971b2b43dab71 | |
parent | 43749ba6a7631f5060ef85c93942ec32dfd39bf8 (diff) |
configure: Use AC_SYS_LARGEFILE to enable large file support
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
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 |