pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-09-07
2002-09-07 12:08:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bbb9502443b27b8c4be78c8f0678fb0aaf318154 (
11
lines) (+
9
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Don't enable --with-machine-code by default unless compiling with gcc.
Rev: src/configure.in:1.620
1:
-
AC_REVISION("$Id: configure.in,v 1.
619
2002/09/
03
10
:
01
:
51
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
620
2002/09/
07
12
:
08
:
19
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1197:
[], [with_computed_goto=no]) AC_ARG_WITH(machine-code, MY_DESCR([--without-machine-code],
-
[don't try to use of machine code on supported architectures.]))
+
[don't try to use of machine code on supported architectures.])
,
+
[], [
+
# Currently only supported with gcc.
+
#
+
# Further tests later on.
+
with_machine_code="$GCC"
+
]
)
MY_AC_ARG_WITH(keypair-loop, MY_DESCR([--with-keypair-loop],