configure.ac: remove wrong gcrypt check
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 29 Nov 2015 11:27:36 +0000 (12:27 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 29 Nov 2015 11:27:36 +0000 (12:27 +0100)
commit0defd94ebfdad845e66fa35af96bc12d42784346
treef2a3fb9e79c422664976310c053be03ab68af452
parentde2f2b8fda2d5be1e2ce4808fd8490fe54200b6f
configure.ac: remove wrong gcrypt check

After all the effort to detect GCRYPT_CPPFLAGS and GCRYPT_LIBS
in previous checks, this check blindly overwrites them, even
if the AM_PATH_LIBGCRYPT macro isn't found.

Also, I think it's better to check for specific functionality in a library
than an explicit minimum version, which we already did.
configure.ac