Diff for /gforth/configure.in between versions 1.21 and 1.22

version 1.21, 1996/02/19 18:57:25 version 1.22, 1996/02/19 19:19:33
Line 82  case "$ac_cv_sizeof_char_p" in Line 82  case "$ac_cv_sizeof_char_p" in
 esac  esac
   
 AC_CHECK_INT_TYPE(sizeof(char *),cell,long)  AC_CHECK_INT_TYPE(sizeof(char *),cell,long)
 if test $ac_cv_int_type_cell != int; then  if test "$ac_cv_int_type_cell" != int; then
         echo "So, sizeof(pointer)!=sizeof(int); looks like a DOS C compiler to me."          echo "So, sizeof(pointer)!=sizeof(int); looks like a DOS C compiler to me."
         echo "Since you don't have a proper C on this machine, that's one more reason"          echo "Since you don't have a proper C on this machine, that's one more reason"
         echo "to use Forth;-)"          echo "to use Forth;-)"

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


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>