Diff for /Amaya/configure.in between versions 1.189 and 1.190

version 1.189, 2005/07/12 13:47:44 version 1.190, 2005/07/12 15:14:41
Line 852  if test "$with_gl" = "yes" -o "$with_mes Line 852  if test "$with_gl" = "yes" -o "$with_mes
          /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/include/  \           /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/include/  \
          /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/include/freetype2/  \           /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/include/freetype2/  \
          /Developer/SDKs/MacOSX10.4.0.sdk/usr/X11R6/include/  \           /Developer/SDKs/MacOSX10.4.0.sdk/usr/X11R6/include/  \
          ; \           /opt/local/include/  \
            /opt/local/include/freetype2/  \
            /usr/X11R6/include/freetype2/freetype/  \
           ; \
          do           do
          if test -r "$ac_dir/ft2build.h"; then           if test -r "$ac_dir/ft2build.h"; then
             FREETYPE_INCLUDES="${FREETYPE_INCLUDES} -I$ac_dir"              FREETYPE_INCLUDES="${FREETYPE_INCLUDES} -I$ac_dir"
Line 866  if test "$with_gl" = "yes" -o "$with_mes Line 869  if test "$with_gl" = "yes" -o "$with_mes
          /Developer/SDKs/MacOSX10.3.0.sdk/usr/X11R6/lib/  \           /Developer/SDKs/MacOSX10.3.0.sdk/usr/X11R6/lib/  \
          /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/  \           /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/  \
          /Developer/SDKs/MacOSX10.4.0.sdk/usr/X11R6/lib/  \           /Developer/SDKs/MacOSX10.4.0.sdk/usr/X11R6/lib/  \
            /opt/local/lib/  \
            /usr/X11R6/lib/  \
          ; \           ; \
          do           do
          if test -r "$ac_dir/libfreetype.a"; then           if test -r "$ac_dir/libfreetype.a"; then

Removed from v.1.189  
changed lines
  Added in v.1.190


Webmaster