X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fconfigure.ac;fp=daemon%2Fconfigure.ac;h=0deaa3c82cbf4ab4e30426cd275e2d6ba96319bc;hp=52da3ad53c066efdebb4ba650742d2322a05ea3c;hb=fc2cce06ec537f3e6ddf153ffae389ab483e3809;hpb=4f4880303693bc2e55ce431e87302098654b7f03 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"