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:
003fbdf
)
configure: Remove unnecessary variable assignment.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 11 Mar 2011 10:23:58 +0000
(10:23 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 11 Mar 2011 10:23:58 +0000
(10:23 +0000)
Left over from pre-virtio-serial days.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
6a808ff
..
6690a2c
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-292,7
+292,6
@@
if test "x$vmchannel_test" != "xno"; then
AC_MSG_CHECKING([for virtio-serial support in $QEMU])
if $QEMU -nographic -device \? 2>&1 | grep -sq virtio-serial; then
AC_MSG_RESULT([yes])
- vmchannel_guestfwd=guestfwd
else
AC_MSG_RESULT([no])
AC_MSG_FAILURE(