From 2d0cc4b0fe38b2ff355324ea9f27b36b89e14592 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 24 Nov 2020 01:23:42 +0100 Subject: Remove the autoconf cache value from the previous and failed check before checking again. Signed-off-by: Toni Uhlig --- configure.seed | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.seed') 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 : -- cgit v1.2.3