From: Tomasz Pala Date: Wed, 24 Jun 2009 21:09:46 +0000 (+0100) Subject: [configure] Allow for large-file support, e.g. for log files >2GB X-Git-Tag: frr-2.0-rc1~2264 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=80abd9fe37d8aa5d929686f3d4a717b72bfacb3c;p=matthieu%2Ffrr.git [configure] Allow for large-file support, e.g. for log files >2GB --- diff --git a/configure.ac b/configure.ac index d0d81834d8..cd883d2afd 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],