From fc2cce06ec537f3e6ddf153ffae389ab483e3809 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 4 Nov 2009 17:23:11 +0000 Subject: [PATCH] daemon: Build daemon with AC_SYS_LARGEFILE. --- daemon/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon/configure.ac b/daemon/configure.ac index 52da3ad..0deaa3c 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" -- 1.8.3.1