On Sun, Jun 6, 2010 at 6:05 PM, <rj...@apache.org> wrote: > Author: rjung > Date: Sun Jun 6 22:05:17 2010 > New Revision: 952007 > > URL: http://svn.apache.org/viewvc?rev=952007&view=rev > Log: > 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.
I just stumbled on this 2.4 difference. If someone passes --enable-mods-shared="foo bar baz" do you think module_selection should be reset? Currently you get the union of "most" and what you selected.