Use AC_SYS_LARGEFILE

Ensures that calls to fopen() and stat() can handle largefiles.
This commit is contained in:
Matt Turner 2022-11-06 13:12:28 -05:00 committed by Tim Rühsen
parent c546aafc0a
commit 182bfd0e5f
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ LT_INIT([win32-dll])
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_SYS_LARGEFILE
dnl Check that compiler understands inline
AC_C_INLINE