Show no if PCSC is disabled

Signed-off-by: Marc-André Lureau <[email protected]>
---
 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

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to