diff options
author | Ryan Bloom <rbb@apache.org> | 2000-10-07 20:16:41 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-10-07 20:16:41 +0200 |
commit | aa6cec8a2ac0d02b3836417e1bb1e330f084cb04 (patch) | |
tree | 4b83b4a52d369bae15cb1760a24a21f073689ac2 /acinclude.m4 | |
parent | The core filter should not be using its own brigade inside its own ctx (diff) | |
download | apache2-aa6cec8a2ac0d02b3836417e1bb1e330f084cb04.tar.xz apache2-aa6cec8a2ac0d02b3836417e1bb1e330f084cb04.zip |
sysconfdir should use { and } instead of ( and ), because it is used in
apxs
Submitted by: Simon Geard <delgarde@ihug.co.nz>
Reviewed by: Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index a596cfc597..e4349a4486 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -387,7 +387,7 @@ if test -z "$LAYOUT"; then iconsdir='$(prefix)/icons' cgidir='$(prefix)/cgi-bin' logdir='$(prefix)/logs' - sysconfdir='$(prefix)/conf' + sysconfdir='${prefix}/conf' layout_name=Apache else APACHE_LAYOUT($srcdir/../config.layout, $LAYOUT) |