aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-06 23:54:38 +0100
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-18 22:39:20 +0000
commitf5dcb6a0cbe504e63f30d45627eb0ab5f617747f (patch)
tree70f4f331aed690f4f3fbc26bfc77ab9d2ca3fcdb /configure.ac
parent14187f9e3f3ba14a287803c794b20bd9d913cdab (diff)
configure: Use standard macro to enable Large File Support
Work on #2999.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7dc9a73e..3b3c2ef8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
# other systems, this should do nothing. (Hopefully)
#
-
-CXXFLAGS="$CXXFLAGS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
+AC_SYS_LARGEFILE
# fish does not use exceptions