]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Disable python explicitly in mingw32 autobuild
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Dec 2011 13:44:18 +0000 (13:44 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Dec 2011 13:44:18 +0000 (13:44 +0000)
autobuild.sh

index 3735e7e32de267cc922ec282fff888c441d62d0c..1c289b41049049da412fd7aacffb75c4d2088e91 100755 (executable)
@@ -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