set --enable-eap-aka in UML scenarios

This commit is contained in:
Andreas Steffen
2007-12-19 00:47:56 +00:00
parent 1f490cb1ec
commit e044510e5a
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -141,6 +141,11 @@ then
echo -n " --enable-ldap" >> $INSTALLSHELL
fi
if [ "$USE_EAP_AKA" = "yes" ]
then
echo -n " --enable-eap-aka" >> $INSTALLSHELL
fi
if [ "$USE_P2P" = "yes" ]
then
echo -n " --enable-p2p" >> $INSTALLSHELL
+1
View File
@@ -39,6 +39,7 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.1.10.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
USE_LDAP="yes"
USE_EAP_AKA="yes"
USE_P2P="yes"
USE_LEAK_DETECTIVE="no"