Skip to content

Commit

Permalink
Small change to r952007, ensure we don't wipe out the $enable_foomod …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
wrowe committed Jun 28, 2016
1 parent 73842ba commit 77eb70e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acinclude.m4
Expand Up @@ -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"
Expand Down

0 comments on commit 77eb70e

Please sign in to comment.