summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-09 15:18:01 +0200
committerAlon Levy <alevy@redhat.com>2011-02-09 15:18:01 +0200
commit3700eefcec98a4938ad43eb0eb17374ec025884f (patch)
treec3f57249dca7b5a064e8a287ddd584e448933d92 /configure.ac
parent85ce53b6beaeec63023ce81cdf4a1c0c47f3b8bf (diff)
downloadspice-3700eefcec98a4938ad43eb0eb17374ec025884f.tar.gz
spice-3700eefcec98a4938ad43eb0eb17374ec025884f.tar.xz
spice-3700eefcec98a4938ad43eb0eb17374ec025884f.zip
update required minimal libcacard to 0.1.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9159b4ab..00f19d29 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)