From abec64f3cb04e49ca48cc476a5830a920e2ebf8f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 18 Dec 2014 09:38:41 +0100 Subject: [PATCH] build: Remove option to build without agent. * configure.ac (build-agent): Set to yes. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 09e683dd5..16843f45d 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,8 @@ large_secmem=no GNUPG_BUILD_PROGRAM(gpg, yes) GNUPG_BUILD_PROGRAM(gpgsm, yes) -GNUPG_BUILD_PROGRAM(agent, yes) +# The agent is a required part and can't be disabled anymore. +build_agent=yes GNUPG_BUILD_PROGRAM(scdaemon, yes) GNUPG_BUILD_PROGRAM(g13, yes) GNUPG_BUILD_PROGRAM(dirmngr, yes)