From: Daniel P. Berrange Date: Mon, 19 Dec 2011 13:44:18 +0000 (+0000) Subject: Disable python explicitly in mingw32 autobuild X-Git-Tag: v0.9.9-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e4750e057eaa8cb1f13066e51c4d59ac88c0ea6;p=thirdparty%2Flibvirt.git Disable python explicitly in mingw32 autobuild --- diff --git a/autobuild.sh b/autobuild.sh index 3735e7e32d..1c289b4104 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -75,7 +75,8 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then --host=i686-pc-mingw32 \ --prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \ --enable-compile-warnings=error \ - --without-libvirtd + --without-libvirtd \ + --without-python make make install