Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unmentioned dependency on pkg-config #2

Open
immesys opened this issue Jul 23, 2013 · 1 comment
Open

Unmentioned dependency on pkg-config #2

immesys opened this issue Jul 23, 2013 · 1 comment

Comments

@immesys
Copy link

immesys commented Jul 23, 2013

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
Copy link
Owner

stevedh commented Aug 4, 2013

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants