From: Victor J. Orlikowski Date: Mon, 17 Dec 2001 23:57:46 +0000 (+0000) Subject: No point in linking the proxy objects with the submodules. X-Git-Tag: 2.0.30~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7258724c4baf83493a5c7cb9fb23e7d51b18c3d;p=apache No point in linking the proxy objects with the submodules. However, proxy is not working on AIX since the rtl changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92507 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index bda91ac106..d96290417d 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -13,11 +13,11 @@ fi proxy_objs="mod_proxy.lo proxy_util.lo" APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , $proxy_mods_enable) -proxy_connect_objs="$proxy_objs proxy_connect.lo" +proxy_connect_objs="proxy_connect.lo" APACHE_MODULE(proxy_connect, Apache proxy CONNECT module, $proxy_connect_objs, , $proxy_mods_enable) -proxy_ftp_objs="$proxy_objs proxy_ftp.lo" +proxy_ftp_objs="proxy_ftp.lo" APACHE_MODULE(proxy_ftp, Apache proxy FTP module, $proxy_ftp_objs, , $proxy_mods_enable) -proxy_http_objs="$proxy_objs proxy_http.lo" +proxy_http_objs="proxy_http.lo" APACHE_MODULE(proxy_http, Apache proxy HTTP module, $proxy_http_objs, , $proxy_mods_enable)