Diff for /Amaya/configure.in between versions 1.187 and 1.188

version 1.187, 2005/07/11 13:26:45 version 1.188, 2005/07/12 09:09:16
Line 1434  fi Line 1434  fi
 if test "$with_dav" = "yes" ; then  if test "$with_dav" = "yes" ; then
     AC_SUBST_FILE(dav_frag)      AC_SUBST_FILE(dav_frag)
     dav_frag=$srcdir/davlib/Makefile.dav      dav_frag=$srcdir/davlib/Makefile.dav
   else
       AC_SUBST_FILE(dav_frag)
       dav_frag=/dev/null
 fi  fi
   
 if test "$with_templates" = "yes" ; then  if test "$with_templates" = "yes" ; then
     AC_SUBST_FILE(templates_frag)      AC_SUBST_FILE(templates_frag)
     templates_frag=$srcdir/amaya/Makefile.templates      templates_frag=$srcdir/amaya/Makefile.templates
   else
       AC_SUBST_FILE(templates_frag)
       templates_frag=/dev/null
 fi  fi
   
 dnl  ***************************************************************  dnl  ***************************************************************

Removed from v.1.187  
changed lines
  Added in v.1.188


Webmaster