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


No differences found