From a8862f74aaed5ac7ea7b3d72984ddd9c40febd34 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 7 Jun 2015 09:47:38 +0200 Subject: 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 --- configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 65d47c16..3f0f6669 100644 --- a/configure.ac +++ b/configure.ac @@ -349,23 +349,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" -- cgit v1.2.1