Diff for /Amaya/configure.in between versions 1.257 and 1.258

version 1.257, 2009/09/16 09:56:32 version 1.258, 2009/09/17 10:44:57
Line 655  if test "$with_gl" = "yes" -o "$with_mes Line 655  if test "$with_gl" = "yes" -o "$with_mes
      done       done
      # ** search for binary (libfreetype.a)       # ** search for binary (libfreetype.a)
      for ac_dir in               \       for ac_dir in               \
          /Developer/SDKs/MacOSX10.6.sdk/usr/X11R6/lib/  \  
          /Developer/SDKs/MacOSX10.5.sdk/usr/X11R6/lib/  \  
          /Developer/SDKs/MacOSX10.2.8.sdk/usr/X11R6/lib/  \           /Developer/SDKs/MacOSX10.2.8.sdk/usr/X11R6/lib/  \
          /Developer/SDKs/MacOSX10.3.0.sdk/usr/X11R6/lib/  \           /Developer/SDKs/MacOSX10.3.0.sdk/usr/X11R6/lib/  \
          /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/  \           /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/  \
Line 1008  EXTRA_INCLUDES= Line 1006  EXTRA_INCLUDES=
 # on macosx, this file is not at the right place  # on macosx, this file is not at the right place
 if test "$AMAYAOS" = "MACOSX" ; then  if test "$AMAYAOS" = "MACOSX" ; then
 for ac_dir in               \  for ac_dir in               \
   /Developer/SDKs/MacOSX10.1.5.sdk/usr/include/objc/   \    /Developer/SDKs/MacOSX10.6.sdk/usr/include/objc/   \
   /Developer/SDKs/MacOSX10.1.5.sdk/usr/include/sys/    \    /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/    \
     /Developer/SDKs/MacOSX10.5.sdk/usr/include/objc/   \
     /Developer/SDKs/MacOSX10.5.sdk/usr/include/sys/    \
   /Developer/SDKs/MacOSX10.2.8.sdk/usr/include/objc/   \    /Developer/SDKs/MacOSX10.2.8.sdk/usr/include/objc/   \
   /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/   \

Removed from v.1.257  
changed lines
  Added in v.1.258


Webmaster