[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.145 and 1.146

version 1.145, Fri Jan 21 09:42:12 2005 UTC version 1.146, Sat Jan 22 16:39:58 2005 UTC
Line 167 
Line 167 
                 ;;                  ;;
         x86_64)          x86_64)
                 machine=amd64                  machine=amd64
                 ac_includes_default="$ac_includes_default  
 #include \"arch/generic/128bit.h\""  
                 ;;                  ;;
         ia64*)          ia64*)
                 machine=ia64                  machine=ia64
Line 230 
Line 228 
 esac  esac
 AC_SUBST(host)  AC_SUBST(host)
   
   if test "${enable_force_ll+set}" = set; then
      ac_includes_default="$ac_includes_default
   #include \"arch/generic/128bit.h\""
   fi
   
 dnl the following macro produces a warning with autoconf-2.1  dnl the following macro produces a warning with autoconf-2.1
 AC_CHECK_SIZEOF(char *)  AC_CHECK_SIZEOF(char *)
 case "$ac_cv_sizeof_char_p" in  case "$ac_cv_sizeof_char_p" in


Generate output suitable for use with a patch program
Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help