adapted configure options in testing.conf and build-umlrootfs

This commit is contained in:
Andreas Steffen
2008-03-29 19:33:02 +00:00
parent dcc777652e
commit 1c65129148
2 changed files with 10 additions and 4 deletions
+8 -3
View File
@@ -133,7 +133,7 @@ echo -n " --enable-integrity-test" >> $INSTALLSHELL
if [ "$USE_LIBCURL" = "yes" ]
then
echo -n " --enable-http" >> $INSTALLSHELL
echo -n " --enable-curl" >> $INSTALLSHELL
fi
if [ "$USE_LDAP" = "yes" ]
@@ -151,11 +151,16 @@ then
echo -n " --enable-eap-sim" >> $INSTALLSHELL
fi
if [ "$USE_ME" = "yes" ]
if [ "$USE_MEDIATION" = "yes" ]
then
echo -n " --enable-mediation" >> $INSTALLSHELL
fi
if [ "$USE_INTEGRITY_TEST" = "yes" ]
then
echo -n " --enable-integrity-test" >> $INSTALLSHELL
fi
if [ "$USE_LEAK_DETECTIVE" = "yes" ]
then
echo -n " --enable-leak-detective" >> $INSTALLSHELL