configure: Remove unnecessary variable assignment.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 11 Mar 2011 10:23:58 +0000 (10:23 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 21 Mar 2011 11:28:41 +0000 (11:28 +0000)
Left over from pre-virtio-serial days.
(cherry picked from commit 97eab125fa8e3dc481c1f1ba1a847cf43d537585)

configure.ac

index b62db1a..9578467 100644 (file)
@@ -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(