--enable-test-vectors and --enable-gcrypt in UML scenarios

This commit is contained in:
Andreas Steffen
2009-06-16 18:06:16 +02:00
parent 280effc034
commit 9e533e3d8e
2 changed files with 14 additions and 2 deletions
+10
View File
@@ -220,6 +220,16 @@ then
echo -n " --enable-load-tests" >> $INSTALLSHELL
fi
if [ "$USE_TEST_VECTORS" = "yes" ]
then
echo -n " --enable-test-vectors" >> $INSTALLSHELL
fi
if [ "$USE_GCRYPT" = "yes" ]
then
echo -n " --enable-gcrypt" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL