Diff for /gforth/configure.in between versions 1.239 and 1.240

version 1.239, 2008/08/16 16:54:20 version 1.240, 2008/08/16 16:58:35
Line 623  AC_MSG_RESULT($M4) Line 623  AC_MSG_RESULT($M4)
 # Find installed Gforth  # Find installed Gforth
 AC_MSG_CHECKING([for gforth])  AC_MSG_CHECKING([for gforth])
 GFORTH="`cd / && which gforth 2>/dev/null`"  GFORTH="`cd / && which gforth 2>/dev/null`"
 $GFORTH -e bye >/dev/null 2>/dev/null || GFORTH=""  (cd / && $GFORTH -e bye >/dev/null 2>/dev/null) || GFORTH=""
 if test -z "$GFORTH"; then  if test -z "$GFORTH"; then
   PREFORTH='echo "You need to configure with a gforth in \$PATH to build this part" && false'    PREFORTH='echo "You need to configure with a gforth in \$PATH to build this part" && false'
   kernel_anti_dependence=''    kernel_anti_dependence=''

Removed from v.1.239  
changed lines
  Added in v.1.240


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