Commit a74e3fc1 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e4015b00'

* commit 'e4015b00':
  configure: Simplify, remove an unnecessary intermediate variable
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents 46f01e41 e4015b00
......@@ -5685,8 +5685,7 @@ EOF
fi
for pfx in "" host_; do
pfx_no_=${pfx%_}
varname=${pfx_no_}cc_type
varname=${pfx%_}cc_type
eval "type=\$$varname"
if [ $type = "msvc" ]; then
check_${pfx}cc <<EOF || add_${pfx}cflags -Dinline=__inline
......
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