]> granicus.if.org Git - apache/commitdiff
mod_proxy and the proxy submodules now build properly as DSOs.
authorGraham Leggett <minfrin@apache.org>
Tue, 24 Apr 2001 11:29:40 +0000 (11:29 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 24 Apr 2001 11:29:40 +0000 (11:29 +0000)
PR:
Obtained from:
Reviewed by:

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

modules/proxy/config.m4

index de82206284ffb57869501cc9d396f05beb13dc3c..325fca910fc271d59f49e5f33ca1414320a73dbb 100644 (file)
@@ -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