libcryptui: accept gnupg 2.4

I'm not 100% sure if it really works, but it probably won't be worse.
This commit is contained in:
Vladimír Čunát 2023-02-05 10:17:09 +01:00
parent 8627b384af
commit 7677b9afd0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -17,7 +17,7 @@ index 4486e7b2..be5b28b4 100644
if test "$DO_CHECK" = "yes"; then
- accepted_versions="1.2 1.4 2.0"
+ accepted_versions="1.2 1.4 2.0 2.2 2.3"
+ accepted_versions="1.2 1.4 2.0 2.2 2.3 2.4"
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
ok="no"