pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-01
1998-09-01 18:09:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2ede1d07b228d4dcbbeb0b865af9c98ecf03ec65 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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)