X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=6690a2c4a5bb3cafc98ea9396f225d971d46d40d;hp=8f1ad6ff495532dacb85d639b02a4b9223cd4a20;hb=97eab125fa8e3dc481c1f1ba1a847cf43d537585;hpb=15ba6ae17d5272d3d906f4053ed424447dc910bd diff --git a/configure.ac b/configure.ac index 8f1ad6f..6690a2c 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ dnl Headers. AC_CHECK_HEADERS([errno.h sys/types.h sys/un.h sys/wait.h sys/socket.h endian.h byteswap.h]) dnl Functions. -AC_CHECK_FUNCS([posix_fallocate]) +AC_CHECK_FUNCS([futimens posix_fallocate]) dnl Build the daemon? AC_MSG_CHECKING([if we should build the daemon]) @@ -292,7 +292,6 @@ if test "x$vmchannel_test" != "xno"; then AC_MSG_CHECKING([for virtio-serial support in $QEMU]) if $QEMU -nographic -device \? 2>&1 | grep -sq virtio-serial; then AC_MSG_RESULT([yes]) - vmchannel_guestfwd=guestfwd else AC_MSG_RESULT([no]) AC_MSG_FAILURE(