From a5eea66f78c7b30773399b29563f917a577cb543 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 6 Oct 2002 17:50:37 +0000 Subject: i18n should not affect --language git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7630 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3