summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <dan@berrange.com>2011-02-11 15:56:06 +0000
committerDaniel P. Berrange <dan@berrange.com>2011-02-11 15:56:06 +0000
commit215e8f73e68a83d2cef697505b6fd3ca78b16995 (patch)
tree848f844ea98025b70c480aebdfd33f28e803ef07
parent5b33ed49afc42088d77d121d9c83ce15200319f3 (diff)
Disable mozilla plugin since it doesn't build currently
-rwxr-xr-xautobuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.sh b/autobuild.sh
index 4d2b116..0cb8c28 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -12,7 +12,7 @@ cd build
../autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT \
--enable-compile-warnings=error \
- --enable-plugin
+ --disable-plugin
make
make install