summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2015-06-07 09:47:38 +0200
committerStef Walter <stefw@gnome.org>2015-06-07 09:49:09 +0200
commita8862f74aaed5ac7ea7b3d72984ddd9c40febd34 (patch)
treec07b02d846547db6f46bbb1accb1622845248f2d /configure.ac
parentab2182a1efedaae28a58d2a239cdf224da6249ce (diff)
downloadgnome-keyring-a8862f74aaed5ac7ea7b3d72984ddd9c40febd34.tar.gz
daemon: Remove the GnuPG agent
The GnuPG agent is incomplete and incompatible with many uses of GnuPG 2.x. There is a new pinentry that replaces this. It prompts via system modal dialogs, and allows optional caching of passphrases. https://bugzilla.gnome.org/show_bug.cgi?id=750514
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac
index 65d47c16..3f0f6669 100644
--- a/configure.ac
+++ b/configure.ac
@@ -350,23 +350,6 @@ fi
AM_CONDITIONAL(WITH_SSH, test "$enable_ssh_agent" != "no")
# --------------------------------------------------------------------
-# GPG Agent support
-#
-
-AC_ARG_ENABLE([gpg-agent],
- AC_HELP_STRING([--disable-gpg-agent],
- [Don't include GPG agent in gnome-keyring]))
-
-if test "$enable_gpg_agent" != "no"; then
- AC_DEFINE(WITH_GPG, 1, [Whether to build GPG agent or not])
- gpg_status="yes"
-else
- gpg_status="no"
-fi
-
-AM_CONDITIONAL(WITH_GPG, test "$enable_gpg_agent" != "no")
-
-# --------------------------------------------------------------------
# libgcrypt
#
@@ -664,7 +647,6 @@ echo " SELinux: $selinux_status"
echo
echo "CONFIGURATION"
echo " SSH Agent: $ssh_status"
-echo " GPG Agent: $gpg_status"
echo
echo "BUILD"
echo " Debug Build: $debug_status"