]> granicus.if.org Git - apache/commitdiff
fix a comment in config.layout which told the unsuspecting user
authorJeff Trawick <trawick@apache.org>
Tue, 14 May 2002 13:52:12 +0000 (13:52 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 14 May 2002 13:52:12 +0000 (13:52 +0000)
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

config.layout

index d17e2b9ced2aad29e92c3eb9d44dd1b7e472d0c7..1cab48454de0a2f61ec337b789b4960c680a4831 100644 (file)
@@ -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.)