X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=403a9981338fcf07bf316bc97d4281203631b521;hb=f8a96c659616b4e88bb2e6af8e23deea3bd96f0c;hp=5a0bb479a2ef5990122170260d7a7fa3f3761620;hpb=275b0db9619b38a734c4718eec5645536ecc90a0;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 5a0bb47..403a998 100644 --- a/configure.ac +++ b/configure.ac @@ -167,9 +167,9 @@ if test "x$vmchannel_test" != "xno"; then vmchannel_guestfwd=guestfwd else AC_MSG_RESULT([no]) - # Note that this test must be conditional on the previous - # test failing. This is because recent qemu will throw - # up an SDL window and hang if we try to run this test. + # Note that this test must be conditional on the previous + # test failing. This is because recent qemu will throw + # up an SDL window and hang if we try to run this test. AC_MSG_CHECKING([for "-net channel" (old guestfwd) support in $QEMU]) vmchannelout=`$QEMU -net channel /dev/zero 2>&1 ||:` echo "vmchannel test command output: $vmchannelout" >&AS_MESSAGE_LOG_FD