From: William A. Rowe Jr Date: Mon, 18 Jul 2016 13:43:08 +0000 (+0000) Subject: Unclear whether fdpass is common enough to justify a 'most' configuration, X-Git-Tag: 2.5.0-alpha~1398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352fdd5ab2fcdee2b5d558955877efd3399a48e7;p=thirdparty%2Fapache%2Fhttpd.git Unclear whether fdpass is common enough to justify a 'most' configuration, but for the time being, assign it -something- for a build priority. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753224 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 62e4dcd3e66..26cfb24a61b 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -50,7 +50,7 @@ APACHE_MODULE(proxy_ftp, Apache proxy FTP module. Requires --enable-proxy., $pr APACHE_MODULE(proxy_http, Apache proxy HTTP module. Requires --enable-proxy., $proxy_http_objs, , most, , proxy) APACHE_MODULE(proxy_fcgi, Apache proxy FastCGI module. Requires --enable-proxy., $proxy_fcgi_objs, , most, , proxy) APACHE_MODULE(proxy_scgi, Apache proxy SCGI module. Requires --enable-proxy., $proxy_scgi_objs, , most, , proxy) -APACHE_MODULE(proxy_fdpass, Apache proxy to Unix Daemon Socket module. Requires --enable-proxy., $proxy_fdpass_objs, , , [ +APACHE_MODULE(proxy_fdpass, Apache proxy to Unix Daemon Socket module. Requires --enable-proxy., $proxy_fdpass_objs, , most, [ AC_CHECK_DECL(CMSG_DATA,,, [ #include #include