aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-11-24 01:23:42 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-11-24 01:23:42 +0100
commit2d0cc4b0fe38b2ff355324ea9f27b36b89e14592 (patch)
tree77e15e9799aa5db1852825480e334087a4cb5904
parentdb4443c0686e4220ee86e624f69040c54170b6a1 (diff)
Remove the autoconf cache value from the previous and failed check before checking again.fix/overflow-and-libgerror-check
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--configure.seed1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed
index ad29dd778..1dffd3bac 100644
--- a/configure.seed
+++ b/configure.seed
@@ -184,6 +184,7 @@ AC_ARG_ENABLE([gcrypt],
if test "x$ac_cv_lib_gcrypt_gcry_cipher_checktag" = xyes; then :
ADDITIONAL_LIBS="${ADDITIONAL_LIBS} -lgcrypt"
else
+ $as_unset ac_cv_lib_gcrypt_gcry_cipher_checktag
AC_CHECK_LIB(gpg-error, gpg_strerror_r)
AC_CHECK_LIB(gcrypt, gcry_cipher_checktag)
if test "x$ac_cv_lib_gcrypt_gcry_cipher_checktag" = xyes -a "x$ac_cv_lib_gpg_error_gpg_strerror_r" = xyes; then :