pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-01-21
1999-01-21 20:52:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b7bc5cd28531de12a940d89b7a12aeb4de031a5f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/configure.in:1.260
1:
-
AC_REVISION("$Id: configure.in,v 1.
259
1999/01/
07
13
:
41
:
51
hubbe
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
260
1999/01/
21
20
:
52
:
28
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
199:
AC_ARG_WITH(oob, [ --with-oob enable out-of-band data handling],[AC_DEFINE(WITH_OOB)],[]) AC_ARG_WITH(thread-trace,[ --with-trace-threads enable individual tracing of threads],[AC_DEFINE(TRACE_THREADS)],[]) AC_ARG_WITH(compiler-trace,[ --with-compiler-trace enable tracing of the compiler],[AC_DEFINE(YYDEBUG)],[])
-
AC_ARG_WITH(
compiler-trace
,[ --with-security enable internal pike security system],[AC_DEFINE(PIKE_SECURITY)],[])
+
AC_ARG_WITH(
security
,
[ --with-security enable internal pike security system],[AC_DEFINE(PIKE_SECURITY)],[])
if test "x$with_poll" = "xyes"; then AC_DEFINE(HAVE_AND_USE_POLL)