aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-12-18 08:38:41 +0000
committerWerner Koch <[email protected]>2014-12-18 08:38:41 +0000
commitabec64f3cb04e49ca48cc476a5830a920e2ebf8f (patch)
tree4b44c006fe7a30ec0ebde48c1749f1ea87b6daf9
parentgpgconf: Exit with failure if --launch fails. (diff)
downloadgnupg-abec64f3cb04e49ca48cc476a5830a920e2ebf8f.tar.gz
gnupg-abec64f3cb04e49ca48cc476a5830a920e2ebf8f.zip
build: Remove option to build without agent.
* configure.ac (build-agent): Set to yes.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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)