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

version 1.54, 2000/04/27 13:40:52 version 1.55, 2000/08/28 11:22:40
Line 477  dnl Line 477  dnl
   
 if test "$with_plugin" = "" ; then  if test "$with_plugin" = "" ; then
   if test "$enable_plugin" = "yes" ; then    if test "$enable_plugin" = "yes" ; then
     with_plugin="no"      with_plugin="yes"
   else    else
     with_plugin="no"      with_plugin="no"
   fi    fi
Line 538  if test "$build_amaya" = "yes" ; then Line 538  if test "$build_amaya" = "yes" ; then
             with_annot="no"              with_annot="no"
         fi          fi
     fi      fi
   
       if test "$with_plugin" = "yes" ; then
           AC_MSG_WARN(The plugin library isn't supported anymore in Amaya !!)
           AC_MSG_WARN(Disabling plugin build !)
           with_plugin="no"
       fi
   
 fi  fi
   
 dnl  dnl

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


Webmaster