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

version 1.190, 2005/07/12 15:14:41 version 1.191, 2005/07/20 09:40:12
Line 859  if test "$with_gl" = "yes" -o "$with_mes Line 859  if test "$with_gl" = "yes" -o "$with_mes
          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"
             break           fi
            if test -r "$ac_dir/freetype/config/ftheader.h"; then
               FREETYPE_INCLUDES="${FREETYPE_INCLUDES} -I$ac_dir"
          fi           fi
      done       done
      # ** search for binary (libfreetype.a)       # ** search for binary (libfreetype.a)
Line 874  if test "$with_gl" = "yes" -o "$with_mes Line 876  if test "$with_gl" = "yes" -o "$with_mes
          ; \           ; \
          do           do
          if test -r "$ac_dir/libfreetype.a"; then           if test -r "$ac_dir/libfreetype.a"; then
             FREETYPE_LIBRARIES="$ac_dir"              FREETYPE_LIBRARIES="-L$ac_dir -lfreetype"
             break              break
          fi           fi
      done       done

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


Webmaster