Diff for /Amaya/configure.in between versions 1.116 and 1.117

version 1.116, 2003/07/02 14:21:32 version 1.117, 2003/07/07 12:45:01
Line 993  if test "$build_amaya" = "yes" ; then Line 993  if test "$build_amaya" = "yes" ; then
        else         else
          AC_MSG_RESULT(yes - found version $REDLAND_VERSION)           AC_MSG_RESULT(yes - found version $REDLAND_VERSION)
          AC_MSG_CHECKING(checking for redland headers)           AC_MSG_CHECKING(checking for redland headers)
          REDLAND_HEADERS=`$REDLAND_CONFIG --cflags`           dnl  We should use awk here and remove the -I from the following line
          REDLAND_HEADERS="$REDLAND_HEADERS/redland.h"           dnl REDLAND_HEADERS=`$REDLAND_CONFIG --cflags`
          REDLAND_HEADERS="/usr/local/include/redland.h"           REDLAND_HEADERS=""
          if test -e $REDLAND_HEADERS ; then           if test -e "/usr/include/redland.h" ; then
              REDLAND_HEADERS="/usr/include";
            else 
              if test -e "/usr/local/include/redland.h" ; then
                REDLAND_HEADERS="/usr/local/include";
              fi
            fi         
            if test $REDLAND_HEADERS != ""; then
            AC_MSG_RESULT(yes - have development version)             AC_MSG_RESULT(yes - have development version)
            redland_compile_source=no             redland_compile_source=no
          else           else

Removed from v.1.116  
changed lines
  Added in v.1.117


Webmaster