pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1:
-
AC_REVISION("$Id: configure.in,v 1.
846
2004/10/
22
15
:
50:
22
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
847
2004/10/
24
16
:
22
:
46
kiwi
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) rm -f config.warnings 2>/dev/null if_autoconf(2,50,[ if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then echo "loading cache $cache_file"
pike.git/src/configure.in:1504:
AC_ARG_WITH(machine-code, MY_DESCR([--without-machine-code], [do not try to use of machine code on supported architectures.]), [], [ case "x$pike_cv_sys_os" in xOpenBSD*) PIKE_MSG_WARN([OpenBSD detected, disabling machine code. Use --with-machine-code to force usage of machine code support.]) with_machine_code="no" ;;
+
xFreeBSD*)
+
PIKE_MSG_WARN([FreeBSD detected, disabling machine code.
+
Use --with-machine-code to force usage of machine code support.])
+
with_machine_code="no"
+
;;
+
esac if test "x${with_machine_code-}" = x; then with_machine_code="yes" fi ]) AC_ARG_WITH(small-eval-instruction, MY_DESCR([--with-small-eval-instruction], [attempt to reduce the size of eval_instruction (EXPERIMENTAL).]), [