summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-09 15:18:01 +0200
committerAlon Levy <alevy@redhat.com>2011-02-10 10:35:04 +0200
commit09d843ccb6bc358b32431b2e1e08bc927b77420a (patch)
tree7895e83b4f5b3819915e0f2ae5d207f2d957a4cb
parentf94d08cf3f3e788f5139fdb1ea5fa1de90b16b06 (diff)
downloadspice-09d843ccb6bc358b32431b2e1e08bc927b77420a.tar.gz
spice-09d843ccb6bc358b32431b2e1e08bc927b77420a.tar.xz
spice-09d843ccb6bc358b32431b2e1e08bc927b77420a.zip
update required minimal libcacard to 0.1.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79f5ddf3..eef20a5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,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)