From: Martin Storsjö Date: Mon, 27 Jul 2015 06:40:28 +0000 (+0300) Subject: configure: Simplify, remove an unnecessary intermediate variable X-Git-Tag: android-x86-7.1-r1~252^2~2176 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e4015b00d4e9e40dc1693a018edd51bf7a04993e;p=android-x86%2Fexternal-ffmpeg.git configure: Simplify, remove an unnecessary intermediate variable Signed-off-by: Martin Storsjö --- diff --git a/configure b/configure index 66edc14ac6..56459361f3 100755 --- a/configure +++ b/configure @@ -4693,8 +4693,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 <