From b7bc5cd28531de12a940d89b7a12aeb4de031a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 21 Jan 1999 21:52:28 +0100 Subject: [PATCH] Fixed typo. Rev: src/configure.in:1.260 --- src/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure.in b/src/configure.in index 45c2626a64..bfaf0bf064 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -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,7 +199,7 @@ AC_ARG_WITH(max-fd, [ --with-max-fd=X set how many filedescriptors 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) -- GitLab