From 6f81634e7a39b446873cc9697a25a92dc2c7f42d Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 13 Nov 2007 17:16:40 +0000 Subject: [PATCH] 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 --- modules/proxy/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]) -- 2.40.0