Fix typo in msg_lang variable name that prevented the correct message

filename from being generated.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-17 22:38:26 +00:00
parent 8d04d0c285
commit f45acd080b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2634,7 +2634,7 @@ test -z "$man_langs" && man_langs=en
test -z "$doc_lang" && doc_lang=$(echo $doc_langs | cut -f1 -d" ")
test -z "$man_lang" && man_lang=$(echo $man_langs | cut -f1 -d" ")
test -z "$msg_lang" && msg_lang=en
_mp_help="help/help_mp-${_msg_lang}.h"
_mp_help="help/help_mp-${msg_lang}.h"
echores "messages: $msg_lang - man pages: $man_langs - documentation: $doc_langs"