From b257fba36f5f7cb63fa725891c0f1a3ef4bbd1aa Mon Sep 17 00:00:00 2001 From: jkeil Date: Mon, 16 Jul 2001 10:42:35 +0000 Subject: [PATCH] fix typo in shell variable name usage git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1325 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 75c47718e7..4cee994859 100755 --- a/configure +++ b/configure @@ -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