summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-06-28 20:33:52 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-06-28 20:33:52 +0200
commitd313a757fa439b248c9bf6180b521d2e6697c0b8 (patch)
tree9d544b306b1c924385fa68ba2b800366f84b27e2 /acinclude.m4
parentmod_proxy: follow up to r1750392 and r1750474. (diff)
downloadapache2-d313a757fa439b248c9bf6180b521d2e6697c0b8.tar.xz
apache2-d313a757fa439b248c9bf6180b521d2e6697c0b8.zip
Small change to r952007, ensure we don't wipe out the $enable_foomod value
when that value is 'shared'. The 'yes', 'shared', 'static' and 'no' values are all valid. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 13d76364cf..e6b7054d65 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -424,7 +424,6 @@ AC_DEFUN([APACHE_MODULE],[
fi
shared="";;
*)
- enable_$1=`echo $enable_$1|sed 's/shared,*//'`
sharedobjs=yes
shared=yes
DSO_MODULES="$DSO_MODULES $1"