mittinatten / freesasa

C-library for calculating Solvent Accessible Surface Areas
http://freesasa.github.io/
MIT License
105 stars 37 forks source link

Compilation Warning: check not found #7

Closed JoaoRodrigues closed 9 years ago

JoaoRodrigues commented 9 years ago

The test libraries are mandatory for compiling the program. It would be nicer if these were an optional dependency. I've been bypassing this by commenting the PKG_CHECK_MODULES line in configure.ac but it should be fixed properly.

mittinatten commented 9 years ago

That's strange, I thought the if HAVE_CHECK line in tests/Makefile.am would prevent that. I'm still pretty new to autotools, so I'll have to do some research here.

mittinatten commented 9 years ago

Patched this in dev (541dcba1ffa). It worked for me when I uninstalled check from my machine, could you try it too before I merge this into master?

JoaoRodrigues commented 9 years ago

Works!

mittinatten commented 9 years ago

Ok, thanks! Master is now up to date.