[Spice-devel] [PATCH] update required minimal libcacard to 0.1.2
Alon Levy
alevy at redhat.com
Wed Feb 9 23:58:51 PST 2011
---
Forgot this patch in the "update smartcard support for libcacard"
series - essential of course to actually request the newer libcacard :)
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9159b4a..00f19d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,7 +190,7 @@ if test "x$have_tunnel" = "xyes"; then
fi
if test "x$have_smartcard" = "xyes"; then
- PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.0)
+ PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.2)
SMARTCARD_LIBS="$CAC_CARD_LIBS"
SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS"
AC_SUBST(SMARTCARD_LIBS)
--
1.7.4
More information about the Spice-devel
mailing list