git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa10e0
)
build: If guestfwd test fails, need to print AC_MSG_RESULT 'no'
author
Richard Jones
<rjones@trick.home.annexia.org>
Thu, 30 Jul 2009 11:10:52 +0000
(12:10 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Thu, 30 Jul 2009 11:11:41 +0000
(12:11 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
20edc70
..
16e16c8
100644
(file)
--- 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