diff options
author | Rainer Jung <rjung@apache.org> | 2011-07-04 15:03:01 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2011-07-04 15:03:01 +0200 |
commit | 1fa2322c04797b8ea69e896cb4c1c31b53e70a7c (patch) | |
tree | d6ae8825982275cc8f8475dea19544a3853ab50a /CHANGES | |
parent | Support reallyall option to configure also for (diff) | |
download | apache2-1fa2322c04797b8ea69e896cb4c1c31b53e70a7c.tar.xz apache2-1fa2322c04797b8ea69e896cb4c1c31b53e70a7c.zip |
1) Add --with-distcache to configure for choosing
the distcache installation directory.
2) Use correct build variable MOD_SOCACHE_DC_LDADD
instead of MOD_SOCACHE_LDADD in build macro.
Also made the macro a bit more consistent with the
SSL checking macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ Changes with Apache 2.3.14 *) configure: Support reallyall option also for --enable-mods-static. [Rainer Jung] + *) mod_socache_dc: add --with-distcache to configure for choosing + the distcache installation directory. [Rainer Jung] + + *) mod_socache_dc: use correct build variable MOD_SOCACHE_DC_LDADD + instead of MOD_SOCACHE_LDADD in build macro. [Rainer Jung] + Changes with Apache 2.3.13 *) ab: Support specifying the local address to use. PR 48930. |