summaryrefslogtreecommitdiffstats
path: root/autogen.rc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-03-15 09:00:00 +0100
committerWerner Koch <wk@gnupg.org>2021-03-15 09:50:30 +0100
commit8d6123faa8cae0bad6f82c9021e9ac6686b2f55d (patch)
tree17e934e738feac0ffefc25b964b5777eafc4acde /autogen.rc
parentscd: Add handling of Ed448 key. (diff)
downloadgnupg2-8d6123faa8cae0bad6f82c9021e9ac6686b2f55d.tar.xz
gnupg2-8d6123faa8cae0bad6f82c9021e9ac6686b2f55d.zip
build: new option to disable building of tpm2daemon
* configure.ac (build_tpmd): New configure option --disable-tpm2d (BUILD_WITH_TPM2D): New. * Makefile.am (tests): Use conditionally BUILD_TPM2D instead of HAVE_LIBTSS. * build-aux/speedo.mk (speedo_pkg_gnupg_configure) [W32]: Do not build tpm2d. * autogen.rc: Ditto.
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.rc b/autogen.rc
index c80dd4801..d10a540fc 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -20,6 +20,7 @@ case "$myhost" in
--with-zlib=@SYSROOT@
--with-regex=@SYSROOT@
--disable-g13
+ --disable-tpm2d
"
;;