]> granicus.if.org Git - apache/commitdiff
Small change to r952007, ensure we don't wipe out the $enable_foomod value
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 18:33:52 +0000 (18:33 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 18:33:52 +0000 (18:33 +0000)
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

acinclude.m4

index 13d76364cf67b6518f03d1c40eee438c3b0ccda0..e6b7054d652596c52e76a138c551207df11e6744 100644 (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"