Diff for /Amaya/configure.in between versions 1.195 and 1.196

version 1.195, 2005/08/26 11:31:21 version 1.196, 2005/08/30 17:39:59
Line 228  if test "$with_gtk" = "yes" -o "$enable_ Line 228  if test "$with_gtk" = "yes" -o "$enable_
     with_gtk="no"      with_gtk="no"
   else    else
     with_gtk="yes"      with_gtk="yes"
       with_wx="no"
   fi    fi
 fi  fi
   
Line 1089  if test "$with_templates" = "" ; then Line 1090  if test "$with_templates" = "" ; then
    if test "$enable_templates" = "no" ; then     if test "$enable_templates" = "no" ; then
       with_templates="no"        with_templates="no"
    else     else
           with_templates="yes"        with_templates="yes"
    fi     fi
 fi   fi 
 if test "$with_templates" = "yes" ; then  if test "$with_templates" = "yes" ; then

Removed from v.1.195  
changed lines
  Added in v.1.196


Webmaster