aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-07-24 17:20:50 +0100
committerDaniel P. Berrange <berrange@redhat.com>2009-07-24 17:20:50 +0100
commit484640eaf6366eefa769b79d2693c4c928157eca (patch)
tree7acf9fce6d41feb3fe6bad2c98521e4be5f1139f /autobuild.sh
parentAdd support for VBox 3 and event callbacks on vbox (diff)
downloadlibvirt-484640eaf6366eefa769b79d2693c4c928157eca.tar.gz
libvirt-484640eaf6366eefa769b79d2693c4c928157eca.tar.bz2
libvirt-484640eaf6366eefa769b79d2693c4c928157eca.zip
Fix misc build problems due to new drivers
* autobuild.sh: Disable esx/phyp build on mingw32 * configure.in: Fix handling of --without-phyp so it actually works * libvirt.spec.in: Add missing interface.rng * mingw32-libvirt.spec.in: Disable phyp/esx drivers * src/phyp/phyp_driver.c: Fix missing i18n of error messages
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autobuild.sh b/autobuild.sh
index d090e7498..769b73061 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -77,6 +77,8 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
--without-vbox \
--without-openvz \
--without-one \
+ --without-phyp \
+ --without-esx \
--without-libvirtd
make