pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-06-17
2000-06-17 13:43:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a4e813c0e56236c7c8460aae6dbb1725db905b6d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/configure.in:1.379
1:
-
AC_REVISION("$Id: configure.in,v 1.
378
2000/06/
16
17:
49
:
51
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
379
2000/06/
17
13
:
43
:
57
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
572:
else :; fi else :; fi
-
if test "x$with_shared_nodes" !=
xyes
; then
+
if test "x$with_shared_nodes" !=
xno
; then
AC_MSG_WARN([Enabling the SHARED_NODES mode of the optimizer.]) AC_MSG_WARN([Note that this is EXPERIMENTAL.]) AC_DEFINE(SHARED_NODES)