pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-06-29
2000-06-29 00:09:44 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
653f329715ce972e92be03c01feb4dd49c9761e5 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
OOB is now on by default
Rev: src/configure.in:1.380
1:
-
AC_REVISION("$Id: configure.in,v 1.
379
2000/06/
17
13
:
43
:
57
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
380
2000/06/
29
00
:
09
:
44
hubbe
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
544:
esac ]) AC_ARG_WITH(max-fd, [ --with-max-fd=X set how many filedescriptors can be used at once],[pike_cv_max_open_fd=$withval],[])
-
AC_ARG_WITH(oob, [ --
with
-oob
enable
out-of-band data handling],[
AC_DEFINE(WITH_OOB)
],[])
+
AC_ARG_WITH(oob, [ --
without
-oob
disable
out-of-band data handling],[],[
with_oob=yes
])
AC_ARG_WITH(thread-trace,[ --without-thread-trace disable individual tracing of threads],[],[with_thread_trace=yes]) AC_ARG_WITH(compiler-trace,[ --with-compiler-trace enable tracing of the compiler],[AC_DEFINE(YYDEBUG)],[]) AC_ARG_WITH(security, [ --with-security enable internal pike security system],[AC_DEFINE(PIKE_SECURITY)],[])
559:
] )
+
if test "x$with_oob" = xyes; then
+
AC_DEFINE(WITH_OOB)
+
fi
+
if test "x$with_bignums" = xyes; then AC_DEFINE(AUTO_BIGNUM) if test "x$with_gmp" = xno; then