On Tue, Nov 24, 2015 at 02:03:21PM +0100, Marc-André Lureau wrote: > Show no if PCSC is disabled
Acked-By: Christophe Fergeau <[email protected]> > > 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
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
