X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=403a9981338fcf07bf316bc97d4281203631b521;hp=3ad995de0ce1e7cc33215590fd4cc0f25beb0937;hb=dc0c80b3884c5fa2735b55b205e7406599bd77b0;hpb=7801621dc946fe894c960e683db3cf921ef23af6 diff --git a/configure.ac b/configure.ac index 3ad995d..403a998 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [0]) -m4_define([libguestfs_release], [71]) +m4_define([libguestfs_release], [72]) # extra can be any string m4_define([libguestfs_extra], []) @@ -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