configure: add optional check for valgrind headers
commitef40f539e982b1509ef710e8ae743aea34179369
authorStefan Becker <chemobejk@gmail.com>
Fri, 18 Nov 2011 10:42:32 +0000 (18 12:42 +0200)
committerStefan Becker <chemobejk@gmail.com>
Fri, 18 Nov 2011 10:42:32 +0000 (18 12:42 +0200)
tree6e58b5b64ea6ebb774de28e958dc17904b7971db
parentfe3122a0912268d58f3e97c024a8ed8f91030de3
configure: add optional check for valgrind headers

sipe-cert-crypto-nss.c now uses RUNNING_ON_VALGRIND to reduce the RSA
key size. valgrind makes RSA key generation extremely slow and causes
connection timeouts :-(

Released packages won't contain this code as valgrind-devel is not a
build requirement.
configure.ac
src/core/Makefile.am
src/core/sipe-cert-crypto-nss.c