mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-05 14:12:54 +00:00
build-sys: Show the value of with_chardev after test for chardev
Show the value of with_chardev after the test for whether to build with chadev rather than with_cuse. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
e735328e3c
commit
b7f55fd041
@ -275,7 +275,7 @@ linux-*)
|
||||
with_chardev=no
|
||||
esac
|
||||
AM_CONDITIONAL([WITH_CHARDEV],[test "$with_chardev" = "yes"])
|
||||
AC_MSG_RESULT($with_cuse)
|
||||
AC_MSG_RESULT($with_chardev)
|
||||
|
||||
AC_ARG_WITH([gnutls],
|
||||
AS_HELP_STRING([--with-gnutls],[build with gnutls library]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user