]> granicus.if.org Git - apache/commitdiff
Fix proxy to NOT be built by default.
authorVictor J. Orlikowski <orlikowski@apache.org>
Mon, 23 Apr 2001 18:28:25 +0000 (18:28 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Mon, 23 Apr 2001 18:28:25 +0000 (18:28 +0000)
Obtained from: Jeff Trawick
Submitted by: Victor Orlikowski

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88920 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/config.m4

index 97c0e995645ea14c269fc2fb21d2284c3f34c489..49e2b5e639fbaf9587dfed292223b19ea15b4217 100644 (file)
@@ -2,10 +2,10 @@ dnl modules enabled in this directory by default
 
 APACHE_MODPATH_INIT(proxy)
 
-if test "$enable_proxy" = "no"; then
-  proxy_mods_enable=no
-else
+if test "$enable_proxy" = "yes"; then
   proxy_mods_enable=yes
+else
+  proxy_mods_enable=no
 fi
 
 proxy_objs="mod_proxy.lo proxy_util.lo"