diff options
author | Werner Koch <[email protected]> | 2017-11-02 15:51:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-11-02 15:55:17 +0000 |
commit | 16513102036a91aa46741260b3af0d42a25941e0 (patch) | |
tree | fd47aa1c6e76e1236bbb469e469c2964e1cd746b | |
parent | agent: Fix returning GPG_ERR_NOT_FOUND wrongly. (diff) | |
download | gnupg-16513102036a91aa46741260b3af0d42a25941e0.tar.gz gnupg-16513102036a91aa46741260b3af0d42a25941e0.zip |
build: Remove configure options --disable-gpg
--
gpg is used by several other components as well as from the test
suite. We need it.
GnuPG-bug-id: 3479
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ebd0c2f07..119a95f2d 100644 --- a/configure.ac +++ b/configure.ac @@ -116,7 +116,8 @@ use_tls_library=no large_secmem=no show_tor_support=no -GNUPG_BUILD_PROGRAM(gpg, yes) +# gpg is a required part and can't be disabled anymore. +build_gpg=yes GNUPG_BUILD_PROGRAM(gpgsm, yes) # The agent is a required part and can't be disabled anymore. build_agent=yes |