build: Remove option to build without agent.

* configure.ac (build-agent): Set to yes.
This commit is contained in:
Werner Koch 2014-12-18 09:38:41 +01:00
parent 5cb6df8996
commit abec64f3cb
1 changed files with 2 additions and 1 deletions

View File

@ -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)