Enable openvz, lxc and xen proxy in automated builds

This commit is contained in:
Daniel P. Berrange
2008-07-25 09:43:23 +00:00
parent 3de646a51d
commit 0b4f277845
2 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -16,7 +16,10 @@ rm -rf coverage
./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT \
--enable-test-coverage \
--enable-compile-warnings=error
--enable-compile-warnings=error \
--with-openvz \
--with-lxc \
--with-xen-proxy
make
make install