From: Jeff Trawick Date: Sun, 15 Nov 2009 13:49:23 +0000 (+0000) Subject: fix bad doc for an argument to APACHE_MPM_MODULE() X-Git-Tag: 2.3.4~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99d28221364309f463bfa5e51145cbaa6cfade48;p=thirdparty%2Fapache%2Fhttpd.git fix bad doc for an argument to APACHE_MPM_MODULE() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@836358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 9efa4e7e0bf..f331576475b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)