author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 29 Nov 2015 11:27:36 +0000 (12:27 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 29 Nov 2015 11:27:36 +0000 (12:27 +0100) | ||
commit | 0defd94ebfdad845e66fa35af96bc12d42784346 | |
tree | f2a3fb9e79c422664976310c053be03ab68af452 | tree | snapshot |
parent | de2f2b8fda2d5be1e2ce4808fd8490fe54200b6f | commit | diff |
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.
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 | diff | blob | history |