From: Richard Jones Date: Thu, 30 Jul 2009 11:10:52 +0000 (+0100) Subject: build: If guestfwd test fails, need to print AC_MSG_RESULT 'no' X-Git-Tag: 1.0.66~54 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=995752f9ca73c0991d969d26be7494914b5f3aaf;hp=8aa10e0bd024eed36f15a7e1fbe889e374425e09 build: If guestfwd test fails, need to print AC_MSG_RESULT 'no' --- 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