seahorse-nautilus: fix build with gnupg 2.3

This commit is contained in:
André Cerqueira 2022-08-13 13:13:05 +01:00 committed by Đoàn Trần Công Danh
parent 8c3286d980
commit 1d267ce604

View file

@ -7,7 +7,7 @@ Index: seahorse-nautilus-3.10.1/configure.ac
if test "$DO_CHECK" = "yes"; then if test "$DO_CHECK" = "yes"; then
- accepted_versions="1.2 1.4 2.0" - accepted_versions="1.2 1.4 2.0"
+ accepted_versions="1.2 1.4 2.0 2.1 2.2" + accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3"
AC_PATH_PROGS(GNUPG, [gpg gpg2], no) AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
ok="no" ok="no"
if test "$GNUPG" != "no"; then if test "$GNUPG" != "no"; then