Drop redundant setting of message language to English when all languages

are enabled. This is the default anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29360 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-06-14 12:31:35 +00:00
parent 3657b0185c
commit d2a3ba44e8
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -2795,7 +2795,6 @@ _language=$(echo $_language | tr , " ")
if $(echo $_language | grep -q all) ; then
doc_lang=en ; doc_langs=$doc_lang_all
man_lang=en ; man_langs=$man_lang_all
msg_lang=en
else
for lang in $_language ; do
if test -d DOCS/man/$lang ; then