]> granicus.if.org Git - apache/commitdiff
On the trunk:
authorStefan Eissing <icing@apache.org>
Thu, 7 Sep 2017 11:41:28 +0000 (11:41 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 7 Sep 2017 11:41:28 +0000 (11:41 +0000)
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

modules/md/config2.m4

index 25d796cb73ddbcae2a6d6e9bad314ef248a546f0..e0e73f13a710e8e983dbc6ee8bbfcd6bc81f602d 100644 (file)
@@ -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" ])
 ])