summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-04 17:23:11 +0000
committerRichard Jones <rjones@redhat.com>2009-11-04 17:23:11 +0000
commitfc2cce06ec537f3e6ddf153ffae389ab483e3809 (patch)
tree8dd4e84c7d083db6af447e98f37c8024cfab9a3e
parent4f4880303693bc2e55ce431e87302098654b7f03 (diff)
downloadlibguestfs-fc2cce06ec537f3e6ddf153ffae389ab483e3809.tar.gz
libguestfs-fc2cce06ec537f3e6ddf153ffae389ab483e3809.tar.xz
libguestfs-fc2cce06ec537f3e6ddf153ffae389ab483e3809.zip
daemon: Build daemon with AC_SYS_LARGEFILE.
-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"