prevent excessive linking
-------------------------
Key: COUCHDB-1033
URL: https://issues.apache.org/jira/browse/COUCHDB-1033
Project: CouchDB
Issue Type: Improvement
Components: Build System
Reporter: Randall Leeds
Fix For: 1.2
configure.ac currently constructs a massive CPPFLAGS used for all compilation.
As a result, unnecessary linking occurs. For example, the ICU driver is linked
to SpiderMonkey.
I believe it would be good practice to prevent this sort of needless linking.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.