enabled ha plugin in UML scenarios

This commit is contained in:
Andreas Steffen
2010-11-20 21:52:40 +01:00
parent d16ecc1753
commit 1f201db699
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -292,6 +292,11 @@ then
echo -n " --enable-gcm" >> $INSTALLSHELL
fi
if [ "$USE_HA" = "yes" ]
then
echo -n " --enable-ha" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make -j" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL