]> git.proxmox.com Git - swtpm.git/commitdiff
build-sys: Show the value of with_chardev after test for chardev
authorStefan Berger <stefanb@linux.ibm.com>
Mon, 21 Mar 2022 19:55:11 +0000 (15:55 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 24 Mar 2022 12:40:00 +0000 (08:40 -0400)
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>
configure.ac

index 6891bf7c9836aa1da39e7cbb3249daeed6d951b3..82e8b96ce5ff1d70ed92aa37d16b73adfbcfb748 100644 (file)
@@ -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]),