Diff for /Amaya/configure.in between versions 1.141 and 1.142

version 1.141, 2004/06/01 16:09:46 version 1.142, 2004/06/03 09:58:37
Line 950  if test "$build_amaya" = "yes" ; then Line 950  if test "$build_amaya" = "yes" ; then
     if test "$with_redland" = "yes" -a "$with_system_redland" = "yes" ; then      if test "$with_redland" = "yes" -a "$with_system_redland" = "yes" ; then
        # check to see if we have a redland library         # check to see if we have a redland library
        AC_MSG_CHECKING(system redland library)         AC_MSG_CHECKING(system redland library)
        redland_min_version=0.9.14         redland_min_version=0.9.16
        REDLAND_CONFIG="redland-config"         REDLAND_CONFIG="redland-config"
        REDLAND_VERSION=`$REDLAND_CONFIG --version`         REDLAND_VERSION=`$REDLAND_CONFIG --version`
        redland_version_dec=`echo $REDLAND_VERSION | awk -F. '{printf("%d\n", 10000*$1 + 100*$2 + $3)};'`         redland_version_dec=`echo $REDLAND_VERSION | awk -F. '{printf("%d\n", 10000*$1 + 100*$2 + $3)};'`

Removed from v.1.141  
changed lines
  Added in v.1.142


Webmaster