From 16513102036a91aa46741260b3af0d42a25941e0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 2 Nov 2017 16:51:37 +0100 Subject: [PATCH] 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 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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