From 80abd9fe37d8aa5d929686f3d4a717b72bfacb3c Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Wed, 24 Jun 2009 22:09:46 +0100 Subject: [configure] Allow for large-file support, e.g. for log files >2GB --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index d0d81834..cd883d2a 100755 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,8 @@ BSD awk complains: awk: gensub doesn't support backreferences (subst "\1") ]) fi AC_ARG_VAR([GAWK],[GNU AWK]) +AC_SYS_LARGEFILE + dnl default is to match previous behavior exampledir=${sysconfdir} AC_ARG_ENABLE([exampledir], -- cgit v1.2.1