diff options
author | Tomasz Pala <gotar@pld-linux.org> | 2009-06-24 22:09:46 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-24 22:11:34 +0100 |
commit | 80abd9fe37d8aa5d929686f3d4a717b72bfacb3c (patch) | |
tree | 6c1e85c0ab807883a4ba630620f5765b2a7dbcc4 | |
parent | 3fc1eca92a7022f1c5b567505a7d86aab0d3cbd4 (diff) |
[configure] Allow for large-file support, e.g. for log files >2GB
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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], |