commit | 80abd9fe37d8aa5d929686f3d4a717b72bfacb3c | [log] [tgz] |
---|---|---|
author | Tomasz Pala <gotar@pld-linux.org> | Wed Jun 24 22:09:46 2009 +0100 |
committer | Paul Jakma <paul@quagga.net> | Wed Jun 24 22:11:34 2009 +0100 |
tree | 6c1e85c0ab807883a4ba630620f5765b2a7dbcc4 | |
parent | 3fc1eca92a7022f1c5b567505a7d86aab0d3cbd4 [diff] |
[configure] Allow for large-file support, e.g. for log files >2GB
diff --git a/configure.ac b/configure.ac index d0d8183..cd883d2 100755 --- a/configure.ac +++ b/configure.ac
@@ -28,6 +28,8 @@ fi AC_ARG_VAR([GAWK],[GNU AWK]) +AC_SYS_LARGEFILE + dnl default is to match previous behavior exampledir=${sysconfdir} AC_ARG_ENABLE([exampledir],