Mercurial > mplayer.hg
comparison configure @ 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 | 3a4275b18bb7 |
children | a316bc1ea84d |
comparison
equal
deleted
inserted
replaced
27286:26d7759b977d | 27287:910e475d3a2f |
---|---|
2632 test -z "$doc_langs" && doc_langs=en | 2632 test -z "$doc_langs" && doc_langs=en |
2633 test -z "$man_langs" && man_langs=en | 2633 test -z "$man_langs" && man_langs=en |
2634 test -z "$doc_lang" && doc_lang=$(echo $doc_langs | cut -f1 -d" ") | 2634 test -z "$doc_lang" && doc_lang=$(echo $doc_langs | cut -f1 -d" ") |
2635 test -z "$man_lang" && man_lang=$(echo $man_langs | cut -f1 -d" ") | 2635 test -z "$man_lang" && man_lang=$(echo $man_langs | cut -f1 -d" ") |
2636 test -z "$msg_lang" && msg_lang=en | 2636 test -z "$msg_lang" && msg_lang=en |
2637 _mp_help="help/help_mp-${_msg_lang}.h" | 2637 _mp_help="help/help_mp-${msg_lang}.h" |
2638 echores "messages: $msg_lang - man pages: $man_langs - documentation: $doc_langs" | 2638 echores "messages: $msg_lang - man pages: $man_langs - documentation: $doc_langs" |
2639 | 2639 |
2640 | 2640 |
2641 echocheck "enable sighandler" | 2641 echocheck "enable sighandler" |
2642 if test "$_sighandler" = yes ; then | 2642 if test "$_sighandler" = yes ; then |