Diff for /Amaya/configure.in between versions 1.224 and 1.225

version 1.224, 2007/06/05 16:22:06 version 1.225, 2007/08/14 14:19:12
Line 452  if test "$with_wx" = "yes" ; then Line 452  if test "$with_wx" = "yes" ; then
   #   --disable-docview    #   --disable-docview
   #   --disable-mdi    #   --disable-mdi
   #   --disable-mdidoc    #   --disable-mdidoc
   #   --disable-protocols  
   #   --disable-ftp  
   #   --disable-http  
   #   --disable-sound    #   --disable-sound
     #   --disable-richtext
   #   --disable-backtrace # to avoid the buggy popup when an assert occurs    #   --disable-backtrace # to avoid the buggy popup when an assert occurs
   WXCONFIGURE_TUNNING_OPTION="--disable-printarch --disable-htmlhelp --disable-html --disable-docview --disable-mdi --disable-mdidoc --disable-sound --disable-backtrace"    WXCONFIGURE_TUNNING_OPTION="--disable-printarch --disable-htmlhelp --disable-html --disable-richtext --disable-docview --disable-mdi --disable-mdidoc --disable-sound --disable-backtrace"
       
   if test "$AMAYAOS" = "LINUX" ; then    if test "$AMAYAOS" = "LINUX" ; then
     # LINUX      # LINUX
Line 618  fi # with_wx = no Line 616  fi # with_wx = no
   
 # the wx version  # the wx version
 AMAYAWX_MAJVER=9  AMAYAWX_MAJVER=9
 AMAYAWX_MINVER=55  AMAYAWX_MINVER=56
 AMAYAWX_SUBVER=0  AMAYAWX_SUBVER=0
   
 #the old version (to remove when switching on wx)  #the old version (to remove when switching on wx)

Removed from v.1.224  
changed lines
  Added in v.1.225


Webmaster