[Spice-devel] [PATCH libcacard 1/3] build-sys: show correct pcsc summary
Marc-André Lureau
marcandre.lureau at gmail.com
Tue Nov 24 05:03:21 PST 2015
Show no if PCSC is disabled
Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index ca945b0..c8003a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,8 @@ if test "x$enable_pcsc" != "xno"; then
if test "x$have_pcsc" = "xyes"; then
enable_pcsc=yes
AC_DEFINE([ENABLE_PCSC], 1, [pcsc support])
+ else
+ enable_pcsc=no
fi
fi
AM_CONDITIONAL(ENABLE_PCSC, test "x$enable_pcsc" = "xyes")
--
2.5.0
More information about the Spice-devel
mailing list