diff configure @ 7629:9068ed109341

i18n should not affect --language
author arpi
date Sun, 06 Oct 2002 17:50:37 +0000
parents b1a3b979c630
children 36170c5a3c9a
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