You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/11/15 14:49:24 UTC

svn commit: r836358 - /httpd/httpd/trunk/acinclude.m4

Author: trawick
Date: Sun Nov 15 13:49:23 2009
New Revision: 836358

URL: http://svn.apache.org/viewvc?rev=836358&view=rev
Log:
fix bad doc for an argument to APACHE_MPM_MODULE()

Modified:
    httpd/httpd/trunk/acinclude.m4

Modified: httpd/httpd/trunk/acinclude.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/acinclude.m4?rev=836358&r1=836357&r2=836358&view=diff
==============================================================================
--- httpd/httpd/trunk/acinclude.m4 (original)
+++ httpd/httpd/trunk/acinclude.m4 Sun Nov 15 13:49:23 2009
@@ -207,7 +207,7 @@
 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)