Skip to content

Commit 54278ac

Browse files
committed
configure.ac: use AC_SYS_LARGEFILE
This enables 64-bit off_t where it's opt-in (e.g. glibc) on 32-bit platforms. Bug: https://bugs.gentoo.org/911176 Signed-off-by: Sam James <sam@gentoo.org>
1 parent 80aedf3 commit 54278ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if test "$ac_cv_prog_cc_c99" = "no"; then
3030
fi
3131
AC_LBL_C_INIT(V_CCOPT, V_INCLS)
3232
AC_C_INLINE
33-
33+
AC_SYS_LARGEFILE
3434
AC_CHECK_HEADERS(fcntl.h rpc/rpc.h rpc/rpcent.h net/if.h)
3535

3636
case "$host_os" in

0 commit comments

Comments
 (0)