[seahorse-sharing] Allow building with gnupg 2.1
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse-sharing] Allow building with gnupg 2.1
- Date: Tue, 1 Sep 2015 17:55:10 +0000 (UTC)
commit 95b37e2480a2cdc3ee003380b9c587e4663fe872
Author: Kalev Lember <klember redhat com>
Date: Tue Sep 1 19:52:11 2015 +0200
Allow building with gnupg 2.1
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0751f6e..5e26c8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,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"
+ accepted_versions="1.2 1.4 2.0 2.1"
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
ok="no"
if test "$GNUPG" != "no"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]