two new options for 5.0.0 UML testing

This commit is contained in:
Andreas Steffen
2012-05-02 21:13:14 +02:00
parent ed7186cbe1
commit 9fc69a0c81
+10
View File
@@ -352,6 +352,11 @@ then
echo -n " --enable-ha" >> $INSTALLSHELL
fi
if [ "$USE_PLUTO" = "yes" ]
then
echo -n " --enable-pluto" >> $INSTALLSHELL
fi
if [ "$USE_AF_ALG" = "yes" ]
then
echo -n " --enable-af-alg" >> $INSTALLSHELL
@@ -362,6 +367,11 @@ then
echo -n " --enable-whitelist" >> $INSTALLSHELL
fi
if [ "$USE_XAUTH_GENERIC" = "yes" ]
then
echo -n " --enable-xauth-generic" >> $INSTALLSHELL
fi
if [ "$USE_PKCS8" = "yes" ]
then
echo -n " --enable-pkcs8" >> $INSTALLSHELL