diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-30 12:10:52 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-30 12:11:41 +0100 |
commit | 995752f9ca73c0991d969d26be7494914b5f3aaf (patch) | |
tree | 84b446873e71b46ed3370b9d29f35f2cf045ca17 /configure.ac | |
parent | 8aa10e0bd024eed36f15a7e1fbe889e374425e09 (diff) | |
download | libguestfs-995752f9ca73c0991d969d26be7494914b5f3aaf.tar.gz libguestfs-995752f9ca73c0991d969d26be7494914b5f3aaf.tar.xz libguestfs-995752f9ca73c0991d969d26be7494914b5f3aaf.zip |
build: If guestfwd test fails, need to print AC_MSG_RESULT 'no'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 20edc701..16e16c8f 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 |