Backout revision 1.124 - it was vetoed by me a few weeks ago for the
following reasons: 1. The patch is inside the Configuration.tmpl parsing loop and this way is more or less useless because the distributed Configuration.tmpl file doesn't have any *.so names. 2. The example --activate-module=src/modules/xxx/libxxx.so is not affected by this patch, because --activate-module and --add-module options are implemented a lot later in the configure script. 3. I do not understand what a --activate-module=src/modules/xxx/libxxx.so should do. The .[ao] -> .so step is done by configure automatically because of --enable-shared, so usually there is never a configured src/modules/xxx/libxxx.so path, even if the module exists. 4. The error message talks about ".o|.a|.so|.module", but the actual check is for a superset "*.*". This is slightly inconsistent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86428 13f79535-47bb-0310-9956-ffa450edef68
Loading
Please register or sign in to comment