summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-21 09:54:40 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-21 09:54:40 -0800
commit283787c9fbeef6cb7c452847a52ecc7f14b6af4a (patch)
treea3022e569a85e988fa59f6919788954e2f1cdb35
parentef7b330df43bca2d595386824ff266f73cc45731 (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 aae2a70..078e000 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,6 +48,9 @@ AC_ARG_WITH(appdefaultdir,
[appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"])
AC_SUBST(appdefaultdir)
+# Checks for typedefs, structures, and compiler characteristics.
+AC_SYS_LARGEFILE
+
# Checks for library functions.
AC_FUNC_FORK