Commit c08a64bb authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '76eb0950'

* commit '76eb0950':
  configure: Don't run "export $e" for an empty string

Conflicts:
	configure

See: d5db4a7cMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents cdc00879 76eb0950
......@@ -3078,8 +3078,7 @@ for opt do
esac
done
[ "$env" != "" ] &&
for e in "$env"; do
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