[MPlayer-cvslog] r27319 - trunk/configure

diego subversion at mplayerhq.hu
Fri Jul 18 00:38:27 CEST 2008


Author: diego
Date: Fri Jul 18 00:38:26 2008
New Revision: 27319

Log:
Fix typo in msg_lang variable name that prevented the correct message
filename from being generated.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Jul 18 00:38:26 2008
@@ -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"
 
 



More information about the MPlayer-cvslog mailing list