]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* STATUS: That explanation used the wrong terms. Doh.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 23 Jan 2005 17:44:58 +0000 (17:44 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 23 Jan 2005 17:44:58 +0000 (17:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@126227 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3545f7c58bb9e993b52d3cd906ddb552e21f3a12..dda580cb5a814f0c6db7b79c5e521abadf44f61b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -106,8 +106,9 @@ PATCHES TO BACKPORT FROM 2.1
     *) modules/config5.m4: for a static module, use a filename with a
        lib prefix, see also rev 102381 of acinclude.m4
        svn rev 124599
-       jerenkrantz says: r102381 makes DSOs follow this convention by not using
-                         mod_*.  This just makes static modules follow.
+       jerenkrantz says: r102381 makes static modules follow this convention
+                         by not using mod_*.  This just makes the manual
+                         --with-module modules follow.
        +1: erikabele, jerenkrantz
 
     *) win32: Handle PATH_INFO as opaque byte-wise data for cgi invocation,