[Spice-devel] [PATCH 1/5] configure.ac: add libcacard to SPICE_REQUIRES if built with smartcard support

Alon Levy alevy at redhat.com
Fri Oct 19 04:50:08 PDT 2012


---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 261f870..dff930d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,6 +234,7 @@ if test "x$enable_smartcard" = "xyes"; then
     SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS"
     AC_SUBST(SMARTCARD_LIBS)
     AC_SUBST(SMARTCARD_CFLAGS)
+    SPICE_REQUIRES+=" libcacard >= 0.1.2"
 fi
 
 
-- 
1.7.12.1



More information about the Spice-devel mailing list