From 9fe70d99d64b3d4e2afbecde82f4b2c449f410a5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 4 Sep 2002 03:18:48 +0000 Subject: [PATCH] add --disable-mmap git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11359 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/install.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/install.texi b/doc/install.texi index 761be0ba0..8756bca76 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -98,4 +98,9 @@ On Irix there are three different ABIs that can be used (@samp{32}, @samp{n32}, or @samp{64}). This option allows you to override the automatic selection. +@item @kbd{--disable-mmap} +Do not use the mmap system call. Normally, configure detects if there +is a working mmap and it is only used if there is one. Only try this +option if it fails to work anyhow. + @end table