pgj opened a new pull request, #5187: URL: https://github.com/apache/couchdb/pull/5187
When Windows users decide to disable SpiderMonkey, it is likely the case they do not have it installed either. In those scenarios it makes no sense to check for the presence of the static libraries. Instead, `configure.ps1` fails to proceed untruly, which has to be fixed. ## Testing recommendations On Windows the following invocation of `configure.ps1` should just work when no SpiderMonkey is installed: ```console .\configure.ps1 -DisableSpiderMonkey ``` Note that the current version of [`apache/couchdb-glazier`](https://github.com/apache/couchdb-glazier) will just install SpiderMonkey unconditionally. Before testing with that, it must be made sure that the SpiderMonkey installation is not accessible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
