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
This commit is contained in:
William A. Rowe Jr
2016-06-28 18:33:52 +00:00
parent 5d0c0114fd
commit d313a757fa

View File

@ -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"