[Spice-devel] [PATCH] client/smartcard: external cac card library name and version changed
Alon Levy
alevy at redhat.com
Thu Dec 9 05:34:05 PST 2010
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 72b377a..511d94e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,10 +183,10 @@ if test "x$have_tunnel" = "xyes"; then
fi
if test "x$have_smartcard" = "xyes"; then
- PKG_CHECK_MODULES(CAC_CARD, cac_card >= 0.0.1)
+ PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.0)
SMARTCARD_LIBS="$CAC_CARD_LIBS"
SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS"
- SPICE_REQUIRES+=" cac_card"
+ SPICE_REQUIRES+=" libcacard"
AC_SUBST(SMARTCARD_LIBS)
AC_SUBST(SMARTCARD_CFLAGS)
fi
--
1.7.3.2
More information about the Spice-devel
mailing list