# HG changeset patch # User diego # Date 1216334306 0 # Node ID 910e475d3a2fc4c5d34d9d8b313f3a3ec0d4b097 # Parent 26d7759b977d9ed57c0b5e574a3945f8aa69610e Fix typo in msg_lang variable name that prevented the correct message filename from being generated. diff -r 26d7759b977d -r 910e475d3a2f configure --- 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"