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:
Stefan Berger 2022-03-21 15:55:11 -04:00 committed by Stefan Berger
parent e735328e3c
commit b7f55fd041

View 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]),