diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-04 17:23:11 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-04 17:23:11 +0000 |
commit | fc2cce06ec537f3e6ddf153ffae389ab483e3809 (patch) | |
tree | 8dd4e84c7d083db6af447e98f37c8024cfab9a3e /daemon/configure.ac | |
parent | 4f4880303693bc2e55ce431e87302098654b7f03 (diff) | |
download | libguestfs-fc2cce06ec537f3e6ddf153ffae389ab483e3809.tar.gz libguestfs-fc2cce06ec537f3e6ddf153ffae389ab483e3809.tar.xz libguestfs-fc2cce06ec537f3e6ddf153ffae389ab483e3809.zip |
daemon: Build daemon with AC_SYS_LARGEFILE.
Diffstat (limited to 'daemon/configure.ac')
-rw-r--r-- | daemon/configure.ac | 3 |
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" |