summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-11-29 12:08:54 -0500
committerMatt Turner <mattst88@gmail.com>2022-11-29 12:08:54 -0500
commit7df37ab0c44ee9c24153c7a1eaf05a8a95e9ac80 (patch)
treedb24a34c3d98c5cc1046a6393d7971b2b43dab71
parent43749ba6a7631f5060ef85c93942ec32dfd39bf8 (diff)
downloadxorg-lib-libxshmfence-7df37ab0c44ee9c24153c7a1eaf05a8a95e9ac80.tar.gz
configure: Use AC_SYS_LARGEFILE to enable large file support
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac4
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