fix typo in shell variable name usage

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1325 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-07-16 10:42:35 +00:00
parent e258b9bde1
commit b257fba36f
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -343,7 +343,7 @@ fi
# out which assembler is used by the $_cc compiler
if [ "$_as" = auto ]; then
_as=`$_cc -print-prog-name=as`
if [ "_$as" = "" ]; then
if [ "$_as" = "" ]; then
_as=as
fi
fi