[PATCH 1/2] configure: Use AC_SYS_LARGERFILE autoconf macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Helps define largefile support on relevant platforms

Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx>
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index c206e111..79aefd2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,9 @@ AC_PROG_INSTALL
 LT_INIT
 
 AC_PROG_CC
+
+AC_SYS_LARGEFILE
+
 AC_ARG_VAR(BUILD_CC, [C compiler for build tools])
 if test "${BUILD_CC+set}" != "set"; then
   if test $cross_compiling = no; then
-- 
2.39.0




[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux