summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 00:10:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 00:10:10 +0000
commitab1f8763494a12aa1f10c7965b833d1e8ea89948 (patch)
treef2b93d95b13499cf5d6d81b7af77ef5446f15fd8 /configure
parent71eb96f6baf8478062159ecf69b3cb7600b3d5f9 (diff)
downloadmpv-ab1f8763494a12aa1f10c7965b833d1e8ea89948.tar.bz2
mpv-ab1f8763494a12aa1f10c7965b833d1e8ea89948.tar.xz
output cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20680 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 99fa5cad30..361ec9d8c8 100755
--- a/configure
+++ b/configure
@@ -2590,7 +2590,7 @@ _mp_help="help/help_mp-${_language}.h"
test -f $_mp_help || die "$_mp_help not found"
for lang in $LANGUAGES ; do
if test -f "DOCS/man/$lang/mplayer.1" ; then
- MAN_LANG="$MAN_LANG $lang"
+ MAN_LANG="$lang $MAN_LANG"
fi
done
_doc_lang=$_language