Diff for /gforth/configure.in between versions 1.37 and 1.38

version 1.37, 1998/07/28 21:04:02 version 1.38, 1998/08/02 10:00:01
Line 144  AC_CANONICAL_HOST Line 144  AC_CANONICAL_HOST
 case "$host_cpu" in  case "$host_cpu" in
         hppa*)          hppa*)
                 machine=hppa                  machine=hppa
                 LIBOBJS="$LIBOBJS cache.o"                  LIBOBJS="$LIBOBJS ../arch/hppa/cache.o"
                 LDFLAGS="-Xlinker -N"                  LDFLAGS="-Xlinker -N"
                 LIBS="-L/lib/pa1.1/"                  LIBS="-L/lib/pa1.1/"
                 if test "${enable_direct_threaded+set}" = ""                  if test "${enable_direct_threaded+set}" = ""

Removed from v.1.37  
changed lines
  Added in v.1.38


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