Branch: Tag:

1998-09-01

1998-09-01 18:09:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed another bug in the stack-direction detection code.

Rev: src/configure.in:1.235

1: - AC_REVISION("$Id: configure.in,v 1.234 1998/09/01 18:06:33 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.235 1998/09/01 18:09:42 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1467:   ])      AC_MSG_RESULT($pike_cv_hardware_stack_direction) - if test x$pike_cv_hardware_stack_direction = up ; then + if test "x$pike_cv_hardware_stack_direction" = "xup" ; then    AC_DEFINE(STACK_DIRECTION, 1)   else    AC_DEFINE(STACK_DIRECTION, -1)