summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-06-28 18:33:52 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-06-28 18:33:52 +0000
commitd313a757fa439b248c9bf6180b521d2e6697c0b8 (patch)
tree9d544b306b1c924385fa68ba2b800366f84b27e2 /acinclude.m4
parent5d0c0114fde2d1a532ca91d25331d7dd9d4b6c32 (diff)
downloadhttpd-d313a757fa439b248c9bf6180b521d2e6697c0b8.tar.gz
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"