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

Fabiano Fidêncio fabiano at fidencio.org
Sat Jan 12 13:03:46 PST 2013


---
 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])
 fi
 
 AC_ARG_ENABLE(client,
-- 
1.8.0.2



More information about the Spice-devel mailing list