]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix bad doc for an argument to APACHE_MPM_MODULE()
authorJeff Trawick <trawick@apache.org>
Sun, 15 Nov 2009 13:49:23 +0000 (13:49 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 15 Nov 2009 13:49:23 +0000 (13:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@836358 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 9efa4e7e0bf9864ade4fba8434017b64bfd7de0e..f331576475be8d9f7da54f82d2fc51310a07438c 100644 (file)
@@ -207,7 +207,7 @@ dnl Provide information for building the MPM.  (Enablement is handled using
 dnl --with-mpm/--enable-mpms-shared.)
 dnl
 dnl name     -- name of MPM, same as MPM directory name
-dnl shared   -- variable to check for value "shared" to indicate shared module build
+dnl shared   -- "shared" to indicate shared module build, empty string otherwise
 dnl objects  -- one or more .lo files to link into the MPM module (default: mpmname.lo)
 dnl config   -- configuration logic to run if the MPM is enabled
 dnl path     -- relative path to MPM (default: server/mpm/mpmname)