Diff for /gforth/configure.in between versions 1.168 and 1.169

version 1.168, 2007/01/21 23:22:28 version 1.169, 2007/02/09 17:53:54
Line 586  else Line 586  else
 fi  fi
   
 #check how to do asm(".skip 16")  #check how to do asm(".skip 16")
 echo "CFLAGS=$CFLAGS"  #echo "CFLAGS=$CFLAGS"
 echo "ac_link=$ac_link"  #echo "ac_link=$ac_link"
 AC_MSG_CHECKING([if and how we can waste code space])  AC_MSG_CHECKING([if and how we can waste code space])
 if test -z "$skipcode"; then  if test -z "$skipcode"; then
     skipcode=no      skipcode=no

Removed from v.1.168  
changed lines
  Added in v.1.169


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