Branch: Tag:

2003-12-17

2003-12-17 22:47:18 by Marcus Comstedt <marcus@mc.pp.se>

Don't use DEFAULT_RUNPIKE when cross-compiling.

Rev: src/configure.in:1.757

1: - AC_REVISION("$Id: configure.in,v 1.756 2003/12/17 22:04:50 marcus Exp $") + AC_REVISION("$Id: configure.in,v 1.757 2003/12/17 22:47:18 marcus Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
477:    CC="$BINDIR/nobinary_dummy cc"    RUNPIKE="USE_PIKE"   else +  if test "x$cross_compiling" = "xyes"; then +  RUNPIKE="USE_PIKE" +  else    RUNPIKE="DEFAULT_RUNPIKE"    fi -  + fi   AC_SUBST(RUNPIKE)      #############################################################################