From: Måns Rullgård Date: Mon, 18 Jan 2010 23:12:53 +0000 (+0000) Subject: configure: rename a variable in check_asm X-Git-Tag: v0.6~1823 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3784e82e9cce5d5440602e573f2dbd440388d758;p=coroid%2Flibav_saccubus.git configure: rename a variable in check_asm Originally committed as revision 21302 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 461c1b952..8d53fb3f4 100755 --- a/configure +++ b/configure @@ -583,11 +583,11 @@ check_as(){ check_asm(){ log check_asm "$@" name="$1" - asm="$2" + code="$2" shift 2 disable $name check_as "$@" <