summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-12-30 10:29:24 +0000
committerGraham Leggett <minfrin@apache.org>2019-12-30 10:29:24 +0000
commitfe1476440de510fd922b59dcdf9eebcd31b1633d (patch)
tree417678857589a4d3a32d205314a4ed1b40218493 /configure.in
parentf29390a6fae1e2e21c27cb988b456e5802133767 (diff)
downloadhttpd-fe1476440de510fd922b59dcdf9eebcd31b1633d.tar.gz
configure: Add manualdir and proxycachedir to the APR_ENABLE_LAYOUT macro call
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3974f3327e..423d58d4b9 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ dnl Something seems broken here.
AC_PREFIX_DEFAULT(/usr/local/apache2)
dnl Get the layout here, so we can pass the required variables to apr
-APR_ENABLE_LAYOUT(Apache, [errordir iconsdir htdocsdir cgidir statedir])
+APR_ENABLE_LAYOUT(Apache, [errordir iconsdir htdocsdir cgidir statedir manualdir proxycachedir])
dnl reparse the configure arguments.
APR_PARSE_ARGUMENTS