diff options
author | Jeff Trawick <trawick@apache.org> | 2002-05-14 15:52:12 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-05-14 15:52:12 +0200 |
commit | 632292161269edbc36f96a2c852b70ecde61f270 (patch) | |
tree | 718f26e5c7c7a97ac65cb5f85840adf4bd67c1da /config.layout | |
parent | Fix GetServerVariable() to return the buffer consumed, including the (diff) | |
download | apache2-632292161269edbc36f96a2c852b70ecde61f270.tar.xz apache2-632292161269edbc36f96a2c852b70ecde61f270.zip |
fix a comment in config.layout which told the unsuspecting user
to use --with-layout instead of --enable-layout
PR: 9061
Submitted by: Max Dittrich
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'config.layout')
-rw-r--r-- | config.layout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.layout b/config.layout index d17e2b9ced..1cab48454d 100644 --- a/config.layout +++ b/config.layout @@ -2,8 +2,8 @@ ## config.layout -- Pre-defined Installation Path Layouts ## ## Hints: -## - layouts can be loaded with configure's --with-layout=ID option -## - when no --with-layout option is given, the default layout is `Apache' +## - layouts can be loaded with configure's --enable-layout=ID option +## - when no --enable-layout option is given, the default layout is `Apache' ## - a trailing plus character (`+') on paths is replaced with a ## `/<target>' suffix where <target> is currently hardcoded to 'apache2'. ## (This may become a configurable parameter at some point.) |