]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: Disable guest_agent for mingw32
authorStefan Weil <weil@mail.berlios.de>
Sat, 6 Aug 2011 20:47:22 +0000 (22:47 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 12 Aug 2011 13:31:29 +0000 (08:31 -0500)
guest_agent is not supported for mingw32, so the default value
should be 'no', not 'yes'.

This removes the dependencies to glib-2.0 and python which
makes native and cross builds for w32 much easier (no need
to get and install these extra packages).

It also avoids the problems caused by different bitfield alignment
which is required by glib-2.0.

It is still possible to set guest_agent=yes via configure option.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure

index a6687f7ad32c2f27516953a236d6a60231bfce96..6873e13cd404ed8b4e3e5b11b3c260eed4773b9f 100755 (executable)
--- a/configure
+++ b/configure
@@ -493,6 +493,7 @@ if test "$mingw32" = "yes" ; then
   bindir="\${prefix}"
   sysconfdir="\${prefix}"
   confsuffix=""
+  guest_agent="no"
 fi
 
 werror=""