changed external interface to the mediation extension.

This commit is contained in:
Tobias Brunner
2008-03-27 12:31:35 +00:00
parent b42421a04c
commit e74bc8e51d
13 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -151,9 +151,9 @@ then
echo -n " --enable-eap-sim" >> $INSTALLSHELL
fi
if [ "$USE_P2P" = "yes" ]
if [ "$USE_ME" = "yes" ]
then
echo -n " --enable-p2p" >> $INSTALLSHELL
echo -n " --enable-mediation" >> $INSTALLSHELL
fi
if [ "$USE_LEAK_DETECTIVE" = "yes" ]