1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 07:01:45 +00:00

Remove redundant check in message language test.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27298 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-16 16:05:58 +00:00
parent 5068f7a778
commit c2c1ef0189

1
configure vendored
View File

@ -2615,7 +2615,6 @@ for lang in $_language ; do
done
test -z "$_language" && _language=en
_mp_help="help/help_mp-${_language}.h"
test -f $_mp_help || die "$_mp_help not found"
for lang in $msg_langs ; do
if test -f "DOCS/man/$lang/mplayer.1" ; then
MAN_LANG_ALL="$lang $MAN_LANG_ALL"