From 995752f9ca73c0991d969d26be7494914b5f3aaf Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Jul 2009 12:10:52 +0100 Subject: [PATCH 1/1] build: If guestfwd test fails, need to print AC_MSG_RESULT 'no' --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 20edc70..16e16c8 100644 --- a/configure.ac +++ b/configure.ac @@ -94,6 +94,7 @@ if test "x$vmchannel_test" != "xno"; then if $QEMU --help | grep -sq guestfwd; then AC_MSG_RESULT([yes]) else + AC_MSG_RESULT([no]) AC_MSG_CHECKING([for "-net channel" support in $QEMU]) vmchannelout=`$QEMU -net channel /dev/zero 2>&1 ||:` echo "vmchannel test command output: $vmchannelout" >&AS_MESSAGE_LOG_FD -- 1.8.3.1