Diff for /Amaya/configure.in between versions 1.147 and 1.148

version 1.147, 2004/06/28 13:49:12 version 1.148, 2004/06/28 13:51:40
Line 1090  if test "$build_amaya" = "yes" ; then Line 1090  if test "$build_amaya" = "yes" ; then
     dnl control whether we should build the bookmarks support      dnl control whether we should build the bookmarks support
     if test "$with_annot" = "yes" -a "$with_redland" = "no" ; then      if test "$with_annot" = "yes" -a "$with_redland" = "no" ; then
        AC_MSG_WARN(Disabling annotations build as redland is disabled !)         AC_MSG_WARN(Disabling annotations build as redland is disabled !)
        with_annotations="no"         with_annot="no"
     fi      fi
     if test "$with_bookmarks" = "yes" -a "$with_annot" = "no" ; then      if test "$with_bookmarks" = "yes" -a "$with_annot" = "no" ; then
        AC_MSG_WARN(Disabling bookmarks build as annotations are disabled !)         AC_MSG_WARN(Disabling bookmarks build as annotations are disabled !)

Removed from v.1.147  
changed lines
  Added in v.1.148


Webmaster