From: Jim Jagielski Date: Tue, 13 Nov 2007 17:16:40 +0000 (+0000) Subject: Make life happy for people who don't have serf but X-Git-Tag: 2.3.0~1274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f81634e7a39b446873cc9697a25a92dc2c7f42d;p=apache Make life happy for people who don't have serf but still use most... yeah, this means you need to explicitly add mod_serf... no, this isn't a comment on how cool mod_serf is :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594586 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 70e283d54f..ba57ada5b0 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -72,7 +72,7 @@ AC_DEFUN([CHECK_SERF], [ ]) serf_objects="mod_serf.lo" -APACHE_MODULE(serf, [Reverse proxy module using Serf], $serf_objects, , yes, [ +APACHE_MODULE(serf, [Reverse proxy module using Serf], $serf_objects, , no, [ CHECK_SERF ])