diff options
author | Graham Leggett <minfrin@apache.org> | 2019-12-30 11:29:24 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2019-12-30 11:29:24 +0100 |
commit | fe1476440de510fd922b59dcdf9eebcd31b1633d (patch) | |
tree | 417678857589a4d3a32d205314a4ed1b40218493 /configure.in | |
parent | Correct the case on OpenWrt, the project prefers this capitalisation. (diff) | |
download | apache2-fe1476440de510fd922b59dcdf9eebcd31b1633d.tar.xz apache2-fe1476440de510fd922b59dcdf9eebcd31b1633d.zip |
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.in | 2 |
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 |