summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-09 15:32:45 +0200
committerHans de Goede <hdegoede@redhat.com>2010-12-16 16:22:39 +0100
commit2b83fe700b3060601c524f92d9702be1938d9113 (patch)
treecfda08c2133ac51fd590f441657444044d08a74e
parentbca5403370df212fb3e39d36b1871a5079c31b96 (diff)
downloadspice-2b83fe700b3060601c524f92d9702be1938d9113.tar.gz
spice-2b83fe700b3060601c524f92d9702be1938d9113.tar.xz
spice-2b83fe700b3060601c524f92d9702be1938d9113.zip
client/smartcard: external cac card library name and version changed
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4f3b1182..aea7e2e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,10 +179,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