mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-10 04:57:38 +00:00
build-sys: Remove 'experimental' tag from --with-tpm2
TPM 2 support has been in libtpms for quite some time now and the experimental tag can be removed. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
91b947f41e
commit
db80bd9ea1
@ -135,7 +135,7 @@ esac
|
||||
|
||||
AC_ARG_WITH([tpm2],
|
||||
AC_HELP_STRING([--with-tpm2],
|
||||
[build libtpms with TPM2 support (experimental)]),
|
||||
[build libtpms with TPM2 support]),
|
||||
AC_MSG_RESULT([Building with TPM2 support])
|
||||
if test "x$cryptolib" = "xfreebl"; then
|
||||
AC_MSG_ERROR([TPM2 support requires openssl crypto library])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user