[Spice-commits] configure.ac

Alon Levy alon at kemper.freedesktop.org
Sat Dec 11 06:08:45 PST 2010


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5f501a97f7c0ad5d5fb1f961ce5e78eb34f8f9e6
Author: Alon Levy <alevy at redhat.com>
Date:   Thu Dec 9 15:32:45 2010 +0200

    client/smartcard: external cac card library name and version changed

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


More information about the Spice-commits mailing list