[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.124 and 1.125

version 1.124, Mon Aug 4 20:32:34 2003 UTC version 1.125, Wed Aug 6 08:43:47 2003 UTC
Line 309 
Line 309 
 AC_MSG_CHECKING([if $CC understands -fno-crossjumping])  AC_MSG_CHECKING([if $CC understands -fno-crossjumping])
 CFLAGS_1="$CFLAGS"  CFLAGS_1="$CFLAGS"
 CFLAGS="$CFLAGS -fno-crossjumping"  CFLAGS="$CFLAGS -fno-crossjumping"
 AC_TRY_COMPILE(,,ac_nocrossjump=yes;ENGINE_FLAGS="$ENGINE_FLAGS -fno-crossjumping",ac_nocrossjump=no)  AC_TRY_COMPILE(,,ac_nocrossjumping=yes;ENGINE_FLAGS="$ENGINE_FLAGS -fno-crossjumping",ac_nocrossjumping=no)
 CFLAGS="$CFLAGS_1"  CFLAGS="$CFLAGS_1"
 AC_MSG_RESULT($ac_nocrossjumping)  AC_MSG_RESULT($ac_nocrossjumping)
   
Line 437 
Line 437 
 AC_CHECK_LIB(callback,__vacall_r)  AC_CHECK_LIB(callback,__vacall_r)
 AC_CHECK_LIB(vacall,vacall)  AC_CHECK_LIB(vacall,vacall)
 AC_CHECK_LIB(trampoline,alloc_trampoline)  AC_CHECK_LIB(trampoline,alloc_trampoline)
 if test $ac_cv_lib_avcall___builtin_avcall = yes  FFCALLFLAG="false"
 then  test $ac_cv_lib_avcall___builtin_avcall = yes && FFCALLFLAG="true"
     FFCALLFLAG="true"  
     AC_SUBST(FFCALLFLAG)      AC_SUBST(FFCALLFLAG)
 fi  
 if test "$host_os" != "nextstep3"  if test "$host_os" != "nextstep3"
 then  then
         AC_FUNC_MEMCMP          AC_FUNC_MEMCMP


Generate output suitable for use with a patch program
Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help