Diff for /Amaya/configure.in between versions 1.53 and 1.54

version 1.53, 2000/04/27 12:51:22 version 1.54, 2000/04/27 13:40:52
Line 498  dnl Line 498  dnl
 dnl annotations is disabled by default  dnl annotations is disabled by default
 dnl  dnl
 if test "$with_annot" = "" ; then  if test "$with_annot" = "" ; then
     if test "$enable_annot" = "no" ; then      if test "$enable_annot" = "yes" ; then
         with_annot="no"  
     else  
         with_annot="yes"          with_annot="yes"
       else
           with_annot="no"
     fi      fi
 fi  fi
   

Removed from v.1.53  
changed lines
  Added in v.1.54


Webmaster