From 6e4750e057eaa8cb1f13066e51c4d59ac88c0ea6 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 19 Dec 2011 13:44:18 +0000 Subject: [PATCH] Disable python explicitly in mingw32 autobuild --- autobuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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