Disable python explicitly in mingw32 autobuild

This commit is contained in:
Daniel P. Berrange 2011-12-19 13:44:18 +00:00
parent 707781fe12
commit 6e4750e057

View File

@ -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