build: If guestfwd test fails, need to print AC_MSG_RESULT 'no'
authorRichard Jones <rjones@trick.home.annexia.org>
Thu, 30 Jul 2009 11:10:52 +0000 (12:10 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Thu, 30 Jul 2009 11:11:41 +0000 (12:11 +0100)
configure.ac

index 20edc70..16e16c8 100644 (file)
@@ -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