Configure should test for eUnit
-------------------------------
Key: COUCHDB-940
URL: https://issues.apache.org/jira/browse/COUCHDB-940
Project: CouchDB
Issue Type: Improvement
Components: Build System
Reporter: A. Bram Neijt
Priority: Minor
The configure script (generated configure script) does not test for eUnit.
To reproduce:
./configure (optionally with extra arguments)
make
Result:
Configure will continue and make will result in an error when eUnit is not
installed.
Expected result:
Configure should produce an error about the fact that eUnit is missing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.