configure: Use standard macro to enable Large File Support

Work on #2999.
This commit is contained in:
David Adam 2016-05-06 23:54:38 +01:00
parent 14187f9e3f
commit f5dcb6a0cb

View file

@ -197,8 +197,7 @@ AS_IF([test "$use_doxygen" != "no"],
# where off_t can be either 32 or 64 bit, the latter size is used. On # where off_t can be either 32 or 64 bit, the latter size is used. On
# other systems, this should do nothing. (Hopefully) # other systems, this should do nothing. (Hopefully)
# #
AC_SYS_LARGEFILE
CXXFLAGS="$CXXFLAGS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
# fish does not use exceptions # fish does not use exceptions