stevedh / readingdb

readingdb time series database
BSD 2-Clause "Simplified" License
34 stars 11 forks source link

Unmentioned dependency on pkg-config #2

Open immesys opened 11 years ago

immesys commented 11 years ago

If pkg-config is not present, then this line in c6/hashtable/configure.ac gives a syntax error during configure:

checking for ranlib... ranlib
./configure: line 3830: syntax error near unexpected token `CHECK,'
./configure: line 3830: `PKG_CHECK_MODULES(CHECK, check >= 0.9.4)'
configure: error: ./configure failed for c6/hashtable/

Commenting out the line also works :-)

stevedh commented 11 years ago

To be honest, the whole idea of using check ended up being kind of a pain -- I think adding the dependency is more trouble that it's really worth for the limited test fixtures it gives you...