summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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