diff options
author | Werner Koch <[email protected]> | 2014-12-18 08:38:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-12-18 08:38:41 +0000 |
commit | abec64f3cb04e49ca48cc476a5830a920e2ebf8f (patch) | |
tree | 4b44c006fe7a30ec0ebde48c1749f1ea87b6daf9 | |
parent | gpgconf: Exit with failure if --launch fails. (diff) | |
download | gnupg-abec64f3cb04e49ca48cc476a5830a920e2ebf8f.tar.gz gnupg-abec64f3cb04e49ca48cc476a5830a920e2ebf8f.zip |
build: Remove option to build without agent.
* configure.ac (build-agent): Set to yes.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
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) |