From 6111825c9e4e52e3d558ca1ae02a56782cff1ee6 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 28 Jun 2016 19:56:57 +0000 Subject: [PATCH] --enable-mods-[shared|static]=none has *never* done anything special. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750571 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 387ff084a1..f9821d7afa 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -290,10 +290,10 @@
Choosing modules to compile

Most modules are compiled by default and have to be disabled - explicitly or by using the keywords few or - none (see --enable-modules, - --enable-mods-shared and --enable-mods-static - below for further explanation) to be removed.

+ explicitly or by using the keyword few + (see --enable-modules, --enable-mods-shared + and --enable-mods-static below for further explanation) + or --enable-modules=none to be removed as a group.

Other modules are not compiled by default and have to be enabled explicitly or by using the keywords all or @@ -404,7 +404,7 @@ --enable-mods-shared='headers rewrite dav'

Additionally you can use the special keywords reallyall, - all, most, few and none. + all, most and few. For example,

--enable-mods-shared=most -- 2.40.0