From 1c65129148c00c0246c6fa2b7e59e01ca7c8957b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 29 Mar 2008 19:33:02 +0000 Subject: adapted configure options in testing.conf and build-umlrootfs --- testing/scripts/build-umlrootfs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index dba999dfa..38160b79e 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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 -- cgit v1.2.3