summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-17 22:38:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-17 22:38:26 +0000
commitf45acd080b7cb044bde792a2893450d1ded6f4b4 (patch)
treeb9675a9d962f742010ce5fa223c88d4bc161f99a /configure
parent8d04d0c2853a81a89753454862197c050ed7b65d (diff)
downloadmpv-f45acd080b7cb044bde792a2893450d1ded6f4b4.tar.bz2
mpv-f45acd080b7cb044bde792a2893450d1ded6f4b4.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c2636f2d3c..0bf2624401 100755
--- a/configure
+++ b/configure
@@ -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"