configure.ac: use AC_SYS_LARGEFILE

Let autoconf in all its wisdom decide what needs to be done for large
file support.  Hard-coding it to _FILE_OFFSET_BITS=64 is fragile.
libnfs-4.0.0-vitalif
Max Kellermann 2017-02-08 12:23:56 +01:00
parent 906d09f32f
commit a027637cf6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if test "$SAVE_CFLAGS" = "x"; then
fi
# We always want 64 bit file offsets
CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64"
AC_SYS_LARGEFILE
#option: utils
AC_ARG_ENABLE([utils],