diff options
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | config.layout | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 728bff454b..38c5e58698 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -341,7 +341,7 @@ AC_DEFUN(APACHE_LAYOUT,[ addtarget=yes fi if test "$addtarget" = "yes"; then - val="$val/apache" + val="$val/apache2" fi fi eval "$var='$val'" diff --git a/config.layout b/config.layout index d43d946a3e..10f1e2bfc8 100644 --- a/config.layout +++ b/config.layout @@ -5,8 +5,8 @@ ## - layouts can be loaded with configure's --with-layout=ID option ## - when no --with-layout option is given, the default layout is `Apache' ## - a trailing plus character (`+') on paths is replaced with a -## `/<target>' suffix where <target> is the the argument from -## option --target (defaults to `httpd'). +## `/<target>' suffix where <target> is currently hardcoded to 'apache2'. +## (This may become a configurable parameter at some point.) ## # Classical Apache path layout. |