]> granicus.if.org Git - apache/commitdiff
Remove safe duplication...
authorJim Jagielski <jim@apache.org>
Sat, 13 Dec 2008 15:12:06 +0000 (15:12 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 13 Dec 2008 15:12:06 +0000 (15:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726217 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/balancers/config2.m4

index 55c6add5b9f139383b298a206c20e104b1e63f16..b0e982d11088497368b6b0f8b2946ac0e436e018 100644 (file)
@@ -1,11 +1,4 @@
 APACHE_MODPATH_INIT(proxy/balancers)
-if test "$enable_proxy" = "shared"; then
-  proxy_mods_enable=shared
-elif test "$enable_proxy" = "yes"; then
-  proxy_mods_enable=yes
-else
-  proxy_mods_enable=no
-fi
 
 proxy_lb_br_objs="mod_lbmethod_byrequests.lo"
 proxy_lb_bt_objs="mod_lbmethod_bytraffic.lo"