mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user