mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
skipping the iv parameter initialisation
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user