[spice-common] configure: disable smartcard support by default

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



spice and spice-common should be consistent about the libraries checking.
---
 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index c4b0f08..74e989e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,10 @@ AC_SUBST(PIXMAN_CFLAGS)
 
 AC_ARG_ENABLE([smartcard],
   AS_HELP_STRING([--enable-smartcard=@<:@yes/no@:>@],
-                 [Enable smartcard support @<:@default=yes@:>@]),
+                 [Enable smartcard support @<:@default=no@:>@]),
   [],
-  [enable_smartcard="yes"])
+  [enable_smartcard="no"])
+AS_IF([test x"$enable_smartcard" != "xno"], [enable_smartcard="yes"])
 
 if test "x$enable_smartcard" = "xno"; then
   AM_CONDITIONAL(WITH_SMARTCARD, false)
-- 
1.8.0.2

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]