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>
Fri, 11 Mar 2011 10:23:58 +0000 (10:23 +0000)
Left over from pre-virtio-serial days.

configure.ac

index 6a808ff..6690a2c 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])
     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(
     else
         AC_MSG_RESULT([no])
         AC_MSG_FAILURE(