Commit d5db4a7c authored by Michael Niedermayer's avatar Michael Niedermayer

configure: Do not dump the whole environment to stdout

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2a339720
......@@ -3079,6 +3079,7 @@ for opt do
esac
done
[ "$env" != "" ] &&
for e in "$env"; do
eval "export $e"
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment