]> granicus.if.org Git - apache/commitdiff
sysconfdir should use { and } instead of ( and ), because it is used in
authorRyan Bloom <rbb@apache.org>
Sat, 7 Oct 2000 18:16:41 +0000 (18:16 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 7 Oct 2000 18:16:41 +0000 (18:16 +0000)
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

acinclude.m4

index a596cfc597a9bbaf407e548ad8841f4615f2f6f3..e4349a44866eb645fa91503d115a06e0a10ae427 100644 (file)
@@ -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)