[Spice-devel] [spice] configure: fix c&p from network to smartcard
Michael Tokarev
mjt at tls.msk.ru
Tue Jan 22 04:21:51 PST 2013
22.01.2013 16:13, Christophe Fergeau wrote:
> 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.
I was wondering this as well.
But at any rate, first hunk should be applied ;)
Thanks,
/mjt
More information about the Spice-devel
mailing list