cosmetics: Indent language handling after last commit.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27312 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-17 12:38:05 +00:00
parent adc68058bd
commit 4cbefcd4f1
1 changed files with 9 additions and 9 deletions

18
configure vendored
View File

@ -2619,15 +2619,15 @@ else
done
man_langs=$tmp_man_langs
doc_langs=$tmp_man_langs
for lang in $_language ; do
if test -f "help/help_mp-${lang}.h" ; then
msg_lang=$lang
break
else
echo ${_echo_n} "$lang not found, ${_echo_c}"
_language=`echo $_language | sed "s/$lang *//"`
fi
done
for lang in $_language ; do
if test -f "help/help_mp-${lang}.h" ; then
msg_lang=$lang
break
else
echo ${_echo_n} "$lang not found, ${_echo_c}"
_language=`echo $_language | sed "s/$lang *//"`
fi
done
fi
test -z "$doc_langs" && doc_langs=en
test -z "$man_langs" && man_langs=en