diff options
author | Stefan Eissing <icing@apache.org> | 2017-09-07 13:41:28 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-09-07 13:41:28 +0200 |
commit | 2483191713aac6497c43f942216e20aa72da3fa8 (patch) | |
tree | ea6f1e220161a522056023b4ee67881275c7d60e /modules/md/config2.m4 | |
parent | update feather to conform with style guide (diff) | |
download | apache2-2483191713aac6497c43f942216e20aa72da3fa8.tar.xz apache2-2483191713aac6497c43f942216e20aa72da3fa8.zip |
On the trunk:
mod_md: avoid linking libmd.la twice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1807593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/md/config2.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/md/config2.m4 b/modules/md/config2.m4 index 25d796cb73..e0e73f13a7 100644 --- a/modules/md/config2.m4 +++ b/modules/md/config2.m4 @@ -273,7 +273,6 @@ APACHE_MODULE(md, [Managed Domain handling], $md_objs, , most, [ enable_md=no fi - APR_ADDTO(MOD_MD_LDADD, [ "libmd.la" ]) APR_ADDTO(A2MD_LDADD, [ "libmd.la" ]) ]) |