Diff for /Amaya/configure.in between versions 1.155 and 1.156

version 1.155, 2005/01/21 18:57:35 version 1.156, 2005/01/28 14:58:21
Line 459  if test "$with_wx" = "yes" ; then Line 459  if test "$with_wx" = "yes" ; then
     # MACOSX      # MACOSX
     # AC_MSG_ERROR(TODO: configurer wxWidgets pour MACOSX)      # AC_MSG_ERROR(TODO: configurer wxWidgets pour MACOSX)
     # --with-mac              use Mac OS X      # --with-mac              use Mac OS X
     WXCONFIGURE_OPTION="--with-opengl --disable-shared --enable-unicode"        with_mac="yes"
       WXCONFIGURE_OPTION="--with-opengl --disable-shared --enable-unicode --with-libpng --with-libjpeg"
   fi    fi
   if test $with_wxdebug = yes ; then    if test $with_wxdebug = yes ; then
     WXCONFIGURE_OPTION="$WXCONFIGURE_OPTION --enable-debug"      WXCONFIGURE_OPTION="$WXCONFIGURE_OPTION --enable-debug"

Removed from v.1.155  
changed lines
  Added in v.1.156


Webmaster