From: William A. Rowe Jr Date: Tue, 28 Jun 2016 18:33:52 +0000 (+0000) Subject: Small change to r952007, ensure we don't wipe out the $enable_foomod value X-Git-Tag: 2.5.0-alpha~1450 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d313a757fa439b248c9bf6180b521d2e6697c0b8;p=apache 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 --- 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"