Diff for /Amaya/configure.in between versions 1.55 and 1.56

version 1.55, 2000/08/28 11:22:40 version 1.56, 2000/10/31 09:41:01
Line 484  if test "$with_plugin" = "" ; then Line 484  if test "$with_plugin" = "" ; then
 fi    fi  
   
 dnl  dnl
 dnl graph is disabled by default  dnl graph is enabled by default
 dnl  dnl
 if test "$with_graph" = "" ; then  if test "$with_graph" = "" ; then
     if test "$enable_graph" = "no" ; then      if test "$enable_graph" = "no" ; then
Line 495  if test "$with_graph" = "" ; then Line 495  if test "$with_graph" = "" ; then
 fi  fi
   
 dnl  dnl
 dnl annotations is disabled by default  dnl annotations is enabled by default
 dnl  dnl
 if test "$with_annot" = "" ; then  if test "$with_annot" = "" ; then
     if test "$enable_annot" = "yes" ; then      if test "$enable_annot" = "no" ; then
         with_annot="yes"  
     else  
         with_annot="no"          with_annot="no"
       else
           with_annot="yes"
     fi      fi
 fi  fi
   

Removed from v.1.55  
changed lines
  Added in v.1.56


Webmaster