summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-20 12:46:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-20 12:46:32 -0800
commit13f184b00d1ed1480b5704f8b5eb314039d61fd2 (patch)
treee01ed2c92d3dad6e2323b15b40b247a2f82d5968
parent065c42427d137053dd4490b8aaee9bf3ecd81539 (diff)
configure: Use AC_SYS_LARGEFILE to enable large file support
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 ad3c652..994369e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,9 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
+# Checks for typedefs, structures, and compiler characteristics.
+AC_SYS_LARGEFILE
+
# Checks for library functions.
AC_CHECK_FUNC([mkstemp],
AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.]))