From: Chuck Murcko Date: Thu, 5 Apr 2001 23:48:43 +0000 (+0000) Subject: update status; add FTP back in to the build X-Git-Tag: 2.0.17~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c89723b1968c9d2cda3c076f17dc4d03e03a29d9;p=thirdparty%2Fapache%2Fhttpd.git update status; add FTP back in to the build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88736 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 437f22b7e33..7e2b084db75 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -2,7 +2,7 @@ dnl modules enabled in this directory by default APACHE_MODPATH_INIT(proxy) -proxy_objs="mod_proxy.lo proxy_connect.lo proxy_http.lo proxy_util.lo" +proxy_objs="mod_proxy.lo proxy_connect.lo proxy_ftp.lo proxy_http.lo proxy_util.lo" APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , no)