Diff for /Amaya/configure.in between versions 1.76 and 1.77

version 1.76, 2002/01/07 15:46:57 version 1.77, 2002/01/18 09:25:06
Line 519  dnl Line 519  dnl
 dnl Check for additionnal packages  dnl Check for additionnal packages
 dnl use AC_CONFIG_SUBDIRS to launch configure in the subdir  dnl use AC_CONFIG_SUBDIRS to launch configure in the subdir
 dnl  dnl
 AC_ARG_WITH(i18n,            [  --with-18n              enable I18N support (experimental) ])  AC_ARG_WITH(i18n,            [  --with-i18n             enable I18N support (experimental) ])
 dnl  dnl
 dnl I18N support disabled by default  dnl I18N support disabled by default
 dnl  dnl
   
   if test "$with_i18n" = "" ; then
     if test "$enable_i18n" = "yes" ; then
       with_i18n="yes"
     else
       with_i18n="no"
     fi
   
   fi  
 if test "$with_i18n" = "yes" ; then  if test "$with_i18n" = "yes" ; then
    I18N_OPTIONS=-D_I18N_     I18N_OPTIONS=-D_I18N_
 else  else

Removed from v.1.76  
changed lines
  Added in v.1.77


Webmaster