pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-08-23
2004-08-23 14:47:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8fdd250d3f277cfcf94da2cd5dc1e6dd870ddf3d (
17
lines) (+
9
/-
8
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few typos in the last checkin.
Rev: src/configure.in:1.837
1:
-
AC_REVISION("$Id: configure.in,v 1.
836
2004/08/23 14:
33
:
40
kiwi
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
837
2004/08/23 14:
47
:
56
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1505:
xOpenBSD*) PIKE_MSG_WARN([OpenBSD detected, disabling machine code. Use --with-machine-code to force usage of machine code support.])
-
with_machine_code="
yes
"
+
with_machine_code="
no
"
;; esac
-
if test "x${with_machine_code-}" = x;
thne
+
if test "x${with_machine_code-}" = x;
then
with_machine_code="yes" fi