Diff for /Amaya/configure.in between versions 1.232 and 1.233

version 1.232, 2008/01/02 12:05:22 version 1.233, 2008/01/11 11:52:53
Line 351  if test "$enable_system_wx" != "yes"; th Line 351  if test "$enable_system_wx" != "yes"; th
   fi    fi
   if test "$AMAYAOS" = "MACOSX" ; then    if test "$AMAYAOS" = "MACOSX" ; then
     # MACOSX      # MACOSX
     WXCONFIGURE_OPTION="--with-opengl --disable-shared --enable-unicode --with-libpng=builtin --with-libjpeg=builtin"      WXCONFIGURE_OPTION="--with-opengl --disable-shared --disable-tga --enable-unicode --with-libpng=builtin --with-libjpeg=builtin"
   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"
Line 938  for ac_dir in               \ Line 938  for ac_dir in               \
   /Developer/SDKs/MacOSX10.2.8.sdk/usr/include/sys/    \    /Developer/SDKs/MacOSX10.2.8.sdk/usr/include/sys/    \
   /Developer/SDKs/MacOSX10.3.0.sdk/usr/include/objc/   \    /Developer/SDKs/MacOSX10.3.0.sdk/usr/include/objc/   \
   /Developer/SDKs/MacOSX10.3.0.sdk/usr/include/sys/    \    /Developer/SDKs/MacOSX10.3.0.sdk/usr/include/sys/    \
     /Developer/SDKs/MacOSX10.4u.sdk/usr/include/objc/   \
     /Developer/SDKs/MacOSX10.4u.sdk/usr/include/sys/    \
     /Developer/SDKs/MacOSX10.3.9.sdk/usr/include/objc/   \
     /Developer/SDKs/MacOSX10.3.9.sdk/usr/include/sys/    \
   ; \    ; \
 do  do
   if test -r "$ac_dir/malloc.h"; then    if test -r "$ac_dir/malloc.h"; then

Removed from v.1.232  
changed lines
  Added in v.1.233


Webmaster