Hey Fidencio, On Sat, Jan 12, 2013 at 07:03:46PM -0200, Fabiano Fidêncio wrote: > --- > configure.ac | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index fc0216f..cfa0cbf 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -140,12 +140,12 @@ AS_IF([test x"$enable_opengl" != "xno"], [enable_opengl="yes"]) > AM_CONDITIONAL(SUPPORT_GL, test "x$enable_opengl" = "xyes") > > AC_ARG_ENABLE(smartcard, > -[ --enable-smartcard Enable network redirection],, > +[ --enable-smartcard Enable smartcard dedicated channel],, > [enable_smartcard="no"]) > AS_IF([test x"$enable_smartcard" != "xno"], [enable_smartcard="yes"]) > AM_CONDITIONAL(SUPPORT_SMARTCARD, test "x$enable_smartcard" != "xno") > if test "x$enable_smartcard" = "xyes"; then > - AC_DEFINE([USE_SMARTCARD], [1], [Define if supporting smartcard proxying]) > + AC_DEFINE([USE_SMARTCARD], [1], [Define if supporting smartcard dedicated channel]) The initial wording makes sense to me as well, SPICE acts as a proxy between the client and the host for smartcard data, I'd tend to keep things as they are as the string is slightly shorter. Christophe
Attachment:
pgp3jyeubhQr_.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel