aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-10 20:34:54 -0800
committerTheodore Ts'o <tytso@mit.edu>2023-02-01 11:20:40 -0500
commita22e7f16d0f4b894e8408cf21990c89b12064a25 (patch)
treeace1fc7d794b80581eed506ca8d69c0a4f08388a /configure.ac
parentaf37d677e507a97f4ade39b247cf7ff26d9e0624 (diff)
downloade2fsprogs-a22e7f16d0f4b894e8408cf21990c89b12064a25.tar.gz
Add option to enable/disable largefile support
fallocate can be used to have 64bit off_t provided its compiled with _FILE_OFFSET_BITS=64 which will be added automatically when --enable-largefile is used. [ Run autoreconf to update configure and config.h.in -- TYT ] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cc6f681e..017a96ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1894,6 +1894,9 @@ OS_IO_FILE=""
;;
esac]
AC_SUBST(OS_IO_FILE)
+
+AC_SYS_LARGEFILE
+
dnl
dnl Make our output files, being sure that we create the some miscellaneous
dnl directories