| 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;-)" |