From b7f55fd0412a2aa27931437992d72f3334d29efd Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 21 Mar 2022 15:55:11 -0400 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6891bf7..82e8b96 100644 --- a/configure.ac +++ b/configure.ac @@ -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]),