[Spice-devel] [spice] configure: fix c&p from network to smartcard

Christophe Fergeau cfergeau at redhat.com
Tue Jan 22 04:13:28 PST 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20130122/7564c830/attachment.pgp>


More information about the Spice-devel mailing list