]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix DSO enabling logic. Basically if --enable-dso was specified on the
authorRyan Bloom <rbb@apache.org>
Thu, 1 Jun 2000 15:45:18 +0000 (15:45 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 1 Jun 2000 15:45:18 +0000 (15:45 +0000)
commitfa5cf82e07d135627312c631e04b83478423811a
treee5a631966917238bbc3f6fbc4c4d354f504b59c4
parent8fa23df7aabc88574d29a58e884328867826026e
Fix DSO enabling logic.  Basically if --enable-dso was specified on the
command line but the cache had DSO off, we used to turn DSO off.  This has
been fixed with this patch.  Also, if we specify ANY Apache module as
being compiled shared, then we automatically turn on mod_so.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85366 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/config.m4