Mercurial > mplayer.hg
changeset 27287:910e475d3a2f
Fix typo in msg_lang variable name that prevented the correct message
filename from being generated.
author | diego |
---|---|
date | Thu, 17 Jul 2008 22:38:26 +0000 |
parents | 26d7759b977d |
children | 37014889f212 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jul 17 22:30:02 2008 +0000 +++ b/configure Thu Jul 17 22:38:26 2008 +0000 @@ -2634,7 +2634,7 @@ 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"