]> granicus.if.org Git - apache/commitdiff
--enable-mods-[shared|static]=none has *never* done anything special.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 19:56:57 +0000 (19:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 19:56:57 +0000 (19:56 +0000)
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

index 387ff084a1e75b785b57f6d8064329f19998b000..f9821d7afae31035f120598e50e92649a7a65d82 100644 (file)
 
     <section id="choosemodules"><title>Choosing modules to compile</title>
       <p>Most modules are compiled by default and have to be disabled
-        explicitly or by using the keywords <code>few</code> or
-        <code>none</code> (see <code>--enable-modules</code>,
-        <code>--enable-mods-shared</code> and <code>--enable-mods-static</code>
-        below for further explanation) to be removed.</p>
+        explicitly or by using the keyword <code>few</code> 
+        (see <code>--enable-modules</code>, <code>--enable-mods-shared</code>
+        and <code>--enable-mods-static</code> below for further explanation)
+        or <code>--enable-modules=none</code> to be removed as a group.</p>
 
         <p>Other modules are not compiled by default and have to be enabled
         explicitly or by using the keywords <code>all</code> or
             --enable-mods-shared='headers rewrite dav'
           </example>
           <p>Additionally you can use the special keywords <code>reallyall</code>,
-            <code>all</code>, <code>most</code>, <code>few</code> and <code>none</code>.
+            <code>all</code>, <code>most</code> and <code>few</code>.
             For example,</p>
           <example>
             --enable-mods-shared=most