enable xauth-eap plugin in UML scenarios

This commit is contained in:
Andreas Steffen
2012-05-25 17:02:39 +02:00
parent 2be46da56d
commit be982b4c03
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -372,6 +372,11 @@ then
echo -n " --enable-xauth-generic" >> $INSTALLSHELL
fi
if [ "$USE_XAUTH_EAP" = "yes" ]
then
echo -n " --enable-xauth-eap" >> $INSTALLSHELL
fi
if [ "$USE_PKCS8" = "yes" ]
then
echo -n " --enable-pkcs8" >> $INSTALLSHELL