Diff for /Amaya/configure.in between versions 1.90 and 1.91

version 1.90, 2002/06/03 09:23:26 version 1.91, 2002/06/03 13:44:41
Line 745  fi Line 745  fi
 dnl  dnl
 dnl Annotation thread support enabled by default  dnl Annotation thread support enabled by default
 dnl  dnl
   <<<<<<< configure.in
   dnl if test "$with_annot_threads" = "" ; then
   dnl     if test "$enable_annot_threads" = "no" ; then
   dnl     with_annot_threads="no"
   dnl     ANNOT_THREAD_OPTIONS=
   dnl     else
   dnl     with_annot_threads="yes"
   dnl     ANNOT_THREAD_OPTIONS=-DANNOT_ON_ANNOT 
   dnl     fi
   dnl fi
   =======
 if test "$with_annot_threads" = "" ; then  if test "$with_annot_threads" = "" ; then
     if test "$enable_annot_threads" = "no" ; then      if test "$enable_annot_threads" = "no" ; then
         with_annot_threads="no"          with_annot_threads="no"
Line 754  if test "$with_annot_threads" = "" ; the Line 765  if test "$with_annot_threads" = "" ; the
         ANNOT_THREAD_OPTIONS=          ANNOT_THREAD_OPTIONS=
     fi      fi
 fi  fi
   >>>>>>> 1.89
   
 AC_ARG_WITH(dav,            [  --with-dav             enable WebDAV support (experimental) ])  AC_ARG_WITH(dav,            [  --with-dav             enable WebDAV support (experimental) ])
 dnl  dnl

Removed from v.1.90  
changed lines
  Added in v.1.91


Webmaster