]> granicus.if.org Git - apache/commit
Fix mod_so handling. Basically, if --enable-so or
authorRyan Bloom <rbb@apache.org>
Mon, 5 Jun 2000 16:51:06 +0000 (16:51 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 5 Jun 2000 16:51:06 +0000 (16:51 +0000)
commitbed69745732e2946c11b4fca75c717be5e97d9a0
treeb87d32b3f2d6844abe6fda886c49af6e4f854016
parentca422fe59b77d780d5f737a3aef58dd06fbb4743
Fix mod_so handling.  Basically, if --enable-so or
--enable-some-module=shared is specified on the ./configure line, then
mod_so is included in the build, -ldl is added to LIBS, and --enable-dso is
added to APR's configure line.  Otherwise, mod_so is turned off, -ldl is
not added, and APR is specifically told to build without DSO support.

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