mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
build: Make --disable-g13 the default.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-g13. Remove --enable-gpgtar because that is enabled anyway. * configure.ac: Do not build g13 by default. -- The g13 part is not very useful for a standard user right now, thus do not build it. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
5055b617a9
commit
485e0a221d
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ GNUPG_BUILD_PROGRAM(gpgsm, 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(g13, no)
|
||||
GNUPG_BUILD_PROGRAM(dirmngr, yes)
|
||||
GNUPG_BUILD_PROGRAM(tools, yes)
|
||||
GNUPG_BUILD_PROGRAM(doc, yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue