diff mbox series

[e2fsprogs,1/2] configure.ac: call AC_SYS_LARGEFILE before checking the size of off_t

Message ID 20231107233323.2013334-1-sam@gentoo.org
State Accepted
Headers show
Series [e2fsprogs,1/2] configure.ac: call AC_SYS_LARGEFILE before checking the size of off_t | expand

Commit Message

Sam James Nov. 7, 2023, 11:33 p.m. UTC
From: Mike Gilbert <floppym@gentoo.org>

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Theodore Ts'o April 17, 2024, 2:03 a.m. UTC | #1
On Tue, 07 Nov 2023 23:33:21 +0000, Sam James wrote:
> 


Applied, thanks!

[1/2] configure.ac: call AC_SYS_LARGEFILE before checking the size of off_t
      commit: fed000ae01749e938d7c4e612fb9a6659127096c
[2/2] lib/ext2fs: llseek: simplify linux section
      commit: 24181bb25e52fdecadbc7e434834e6ece85ff932

Best regards,
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index b905e999..6b4484b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1116,6 +1116,7 @@  AC_CHECK_DECL(fsmap_sizeof,[AC_DEFINE(HAVE_FSMAP_SIZEOF, 1,
 dnl
 dnl Word sizes...
 dnl
+AC_SYS_LARGEFILE
 AC_CHECK_SIZEOF(short)
 AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)
@@ -1901,8 +1902,6 @@  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