From: Graham Leggett Date: Tue, 24 Apr 2001 11:29:40 +0000 (+0000) Subject: mod_proxy and the proxy submodules now build properly as DSOs. X-Git-Tag: 2.0.18~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc50ed0a1f6a41479241065615e0b8045615c44;p=apache mod_proxy and the proxy submodules now build properly as DSOs. PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88929 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index de82206284..325fca910f 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -2,7 +2,9 @@ dnl modules enabled in this directory by default APACHE_MODPATH_INIT(proxy) -if test "$enable_proxy" = "yes" -o "$enable_proxy" = "shared"; then +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