Diff for /Amaya/configure.in between versions 1.197 and 1.198

version 1.197, 2005/11/30 13:41:20 version 1.198, 2005/11/30 17:39:29
Line 1095  fi Line 1095  fi
 dnl  dnl
 dnl The templates support is enabled by default  dnl The templates support is enabled by default
 dnl  dnl
 if test "$with_templates" = "yes" -o "$enable_templates" = "yes" ; then  if test "$with_templates" = "no " -o "$enable_templates" = "no"; then
         with_templates="no"
   else
   if test "$with_wx" = "no"; then    if test "$with_wx" = "no"; then
       AC_MSG_WARN(Templates are only available in WX version !!)        AC_MSG_WARN(Templates are only available in WX version !!)
       AC_MSG_WARN(Disabling templates)        AC_MSG_WARN(Disabling templates)
Line 1103  if test "$with_templates" = "yes" -o "$e Line 1105  if test "$with_templates" = "yes" -o "$e
    else     else
       with_templates="yes"        with_templates="yes"
    fi     fi
 fi  
 if test "$with_templates" = "no " -o "$enable_templates" = "no"; then  
       with_templates="no"  
 fi   fi 
   
 if test "$with_templates" = "yes" ; then  if test "$with_templates" = "yes" -o "$with_templates" = "" ; then
     TEMPLATES_OPTIONS="-DTEMPLATES"      TEMPLATES_OPTIONS="-DTEMPLATES"
 else  else
     TEMPLATES_OPTIONS=""      TEMPLATES_OPTIONS=""

Removed from v.1.197  
changed lines
  Added in v.1.198


Webmaster