skipping the iv parameter initialisation

This commit is contained in:
SJ
2016-04-26 22:28:38 +02:00
parent c0e1425e52
commit 1d57248db9
5 changed files with 1 additions and 19 deletions

2
configure vendored
View File

@ -4883,8 +4883,6 @@ echo "tnef: $tnef"
id -u $RUNNING_USER 2>/dev/null 1>/dev/null
if test $? -eq 1; then echo "the user \"$RUNNING_USER\" does not exists, please create it, first with adduser..."; exit 1; fi
iv=`util/gen-iv.pl`
echo; echo
CFLAGS="$static -O2 -Wall -g"