]> granicus.if.org Git - apache/commitdiff
Make life happy for people who don't have serf but
authorJim Jagielski <jim@apache.org>
Tue, 13 Nov 2007 17:16:40 +0000 (17:16 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 13 Nov 2007 17:16:40 +0000 (17:16 +0000)
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

index 70e283d54f92913dab8382b78a3dcfe076fee8bb..ba57ada5b07dfd5b8b1b57d9bd467a5d3bace80c 100644 (file)
@@ -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
 ])