From c002a0784ff758ddcb99ca59d7dc505ba54c1012 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 11 Jan 2011 16:59:29 +0200 Subject: [PATCH] server: remove dep on libcacard Only the client needs this, and erronously using SPICE_REQUIRES results in libcacard dep in spice-server.pc, which is then dragged into qemu when linking, beeing used instead of the builtin libcacard. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6b6c8c98..ed0d989c 100644 --- a/configure.ac +++ b/configure.ac @@ -182,7 +182,6 @@ if test "x$have_smartcard" = "xyes"; then PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.0) SMARTCARD_LIBS="$CAC_CARD_LIBS" SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS" - SPICE_REQUIRES+=" libcacard" AC_SUBST(SMARTCARD_LIBS) AC_SUBST(SMARTCARD_CFLAGS) fi