[configure] Allow for large-file support, e.g. for log files >2GB

This commit is contained in:
Tomasz Pala 2009-06-24 22:09:46 +01:00 committed by Paul Jakma
parent 3fc1eca92a
commit 80abd9fe37

View File

@ -28,6 +28,8 @@ BSD awk complains: awk: gensub doesn't support backreferences (subst "\1") ])
fi fi
AC_ARG_VAR([GAWK],[GNU AWK]) AC_ARG_VAR([GAWK],[GNU AWK])
AC_SYS_LARGEFILE
dnl default is to match previous behavior dnl default is to match previous behavior
exampledir=${sysconfdir} exampledir=${sysconfdir}
AC_ARG_ENABLE([exampledir], AC_ARG_ENABLE([exampledir],