--- gforth/configure.in 2007/01/21 17:29:53 1.167 +++ gforth/configure.in 2007/01/21 23:22:28 1.168 @@ -99,12 +99,14 @@ dnl PEEPHOLE="$withval") AC_ARG_ENABLE(ec, AC_HELP_STRING([--enable-ec], - [ Build gforth for systems without OS.]), + [ Build gforth for systems without OS.]), ,enable_ec=no) if test "$enable_ec" = "yes"; then - AC_DEFINE(HAVE_EC,,[Define if you want a Gforth without OS]) + echo "defining standalone system" + AC_DEFINE(STANDALONE,,[Define if you want a Gforth without OS]) EC_MODE="true" else + echo "defining hosted system" EC_MODE="false" fi @@ -150,7 +152,6 @@ test "$GCC" = "yes" || AC_MSG_ERROR(Gfor AC_SUBST(CC) AC_SUBST(DEBUGFLAG) -AC_SUBST(HAVE_EC) AC_SUBST(EC_MODE) AC_MSG_CHECKING(make type)