]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
make shared moduled and module set "most" the default.
authorRainer Jung <rjung@apache.org>
Sun, 6 Jun 2010 22:05:17 +0000 (22:05 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 6 Jun 2010 22:05:17 +0000 (22:05 +0000)
commite715e9cef22cb96ea8fb04394f1b0485076fbabe
tree7f45dd190595c28cd3cc65e3c3f21ccd690113dc
parent17c33d8004cf269dc63ebffd34e00bfb49e6e002
make shared moduled and module set "most" the default.

Static building can be achieved with --enable-mods-static
or as previously using --enable-MODULE=static.
The existing --enable-mods-shared still works for
compatibility with existing build scripts.

Modules build with --with-module=... will still be build static.
For dynamic builds of external modules there is apxs.

The default set of modules os now "most". To build a small
set of modules use the new "few".

If APR doesn't support DSOs we fall back to static binding.

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