Branch: Tag:

2000-06-17

2000-06-17 13:43:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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)