summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--daemon/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac
index 52da3ad5..0deaa3c8 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -124,6 +124,9 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
AM_PROG_CC_C_O
+dnl Check support for 64 bit file offsets.
+AC_SYS_LARGEFILE
+
dnl Check for Augeas (now optional).
AC_CHECK_LIB([augeas],[aug_match],[
LIBS="-laugeas $LIBS"