From 98afc46861678162aad8cae1c4c01dc4d6780bef Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sat, 2 Sep 2017 17:48:44 +0200 Subject: [PATCH] Allow building with gnupg 2.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4486e7b2..be5b28b4 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check, DO_CHECK=$enableval, DO_CHECK=yes) if test "$DO_CHECK" = "yes"; then - accepted_versions="1.2 1.4 2.0 2.1" + accepted_versions="1.2 1.4 2.0 2.1 2.2" AC_PATH_PROGS(GNUPG, [gpg gpg2], no) AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.]) ok="no" -- 2.14.1