Diff for /Amaya/configure.in between versions 1.20 and 1.21

version 1.20, 1997/10/09 09:26:45 version 1.21, 1997/10/17 08:32:06
Line 457  if test "$enable_java" = "yes" ; then Line 457  if test "$enable_java" = "yes" ; then
 fi  fi
   
 dnl  dnl
 dnl plugins support is enabled by default  dnl plugins support is disabled by default
 dnl  dnl
   
 if test "$with_plugin" = "" ; then  if test "$with_plugin" = "" ; then
   if test "$enable_plugin" = "no" ; then    if test "$enable_plugin" = "yes" ; then
     with_plugin="no"  
   else  
     with_plugin="yes"      with_plugin="yes"
     else
       with_plugin="no"
   fi    fi
 fi    fi  
   

Removed from v.1.20  
changed lines
  Added in v.1.21


Webmaster