summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-06 17:50:37 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-06 17:50:37 +0000
commita5eea66f78c7b30773399b29563f917a577cb543 (patch)
treec4fb8a88bd94cc882df0a83bd6aed0f261e0d02b /configure
parentce587559f7906aca349894164d8dc22419866949 (diff)
downloadmpv-a5eea66f78c7b30773399b29563f917a577cb543.tar.bz2
mpv-a5eea66f78c7b30773399b29563f917a577cb543.tar.xz
i18n should not affect --language
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7630 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 fd3addbd72..2429779b1b 100755
--- a/configure
+++ b/configure
@@ -1459,7 +1459,7 @@ EOF
fi
if test "$_i18n" = yes ; then
_def_i18n='#define USE_I18N 1'
- LINGUAS='en' # force help_mp-en.h
+# LINGUAS='en' # force help_mp-en.h
else
_def_i18n='#undef USE_I18N'
fi