diff options
author | Justus Winter <[email protected]> | 2017-03-15 09:51:03 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-03-15 09:51:03 +0000 |
commit | 6993e42088c191f18468317ba2b5b8fbc8c3edff (patch) | |
tree | a4e3f73a8975eb7d65fa33d79e482e39416167ef /configure.ac | |
parent | g10: Fix check of serialno. (diff) | |
download | gnupg-6993e42088c191f18468317ba2b5b8fbc8c3edff.tar.gz gnupg-6993e42088c191f18468317ba2b5b8fbc8c3edff.zip |
build: Remove '--disable-tools' configuration option.
* Makefile.am (SUBDIRS): Unconditionally include 'tools'.
* configure.ac: Remove '--disable-tools' configuration option.
--
gpgconf is a core component nowadays and is always required.
GnuPG-bug-id: 2993
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bd618e577..df7a059e5 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,6 @@ build_agent=yes GNUPG_BUILD_PROGRAM(scdaemon, yes) GNUPG_BUILD_PROGRAM(g13, no) GNUPG_BUILD_PROGRAM(dirmngr, yes) -GNUPG_BUILD_PROGRAM(tools, yes) GNUPG_BUILD_PROGRAM(doc, yes) GNUPG_BUILD_PROGRAM(symcryptrun, no) # We use gpgtar to unpack test data, hence we always build it. If the @@ -1706,7 +1705,6 @@ AM_CONDITIONAL(BUILD_AGENT, test "$build_agent" = "yes") AM_CONDITIONAL(BUILD_SCDAEMON, test "$build_scdaemon" = "yes") AM_CONDITIONAL(BUILD_G13, test "$build_g13" = "yes") AM_CONDITIONAL(BUILD_DIRMNGR, test "$build_dirmngr" = "yes") -AM_CONDITIONAL(BUILD_TOOLS, test "$build_tools" = "yes") AM_CONDITIONAL(BUILD_DOC, test "$build_doc" = "yes") AM_CONDITIONAL(BUILD_SYMCRYPTRUN, test "$build_symcryptrun" = "yes") AM_CONDITIONAL(BUILD_GPGTAR, test "$build_gpgtar" = "yes") |