Diff for /gforth/configure.in between versions 1.311 and 1.312

version 1.311, 2012/07/19 23:32:25 version 1.312, 2012/07/21 00:06:59
Line 958  AC_CHECK_LIB(rt,clock_gettime) Line 958  AC_CHECK_LIB(rt,clock_gettime)
 if test -n "$GNU_LIBTOOL" -a $ac_cv_lib_ltdl_lt_dlinit = yes; then  if test -n "$GNU_LIBTOOL" -a $ac_cv_lib_ltdl_lt_dlinit = yes; then
   build_libcc_named=build-libcc-named    build_libcc_named=build-libcc-named
 else  else
   build_libcc_named=""  
   AC_MSG_WARN([No GNU_LIBTOOL found, skip pre-building libcc-based libraries])    AC_MSG_WARN([No GNU_LIBTOOL found, skip pre-building libcc-based libraries])
 fi  fi
 AC_SUBST(build_libcc_named)  AC_SUBST(build_libcc_named)

Removed from v.1.311  
changed lines
  Added in v.1.312


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