changeset 7629:9068ed109341

i18n should not affect --language
author arpi
date Sun, 06 Oct 2002 17:50:37 +0000
parents d6608342591d
children 4c51ce16c4a2
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 06 17:40:51 2002 +0000
+++ b/configure	Sun Oct 06 17:50:37 2002 +0000
@@ -1459,7 +1459,7 @@
 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