summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-01-11 16:59:29 +0200
committerAlon Levy <alevy@redhat.com>2011-01-17 18:48:50 +0200
commitc002a0784ff758ddcb99ca59d7dc505ba54c1012 (patch)
treec9c09f6753901b396d47ed644f42adea6a20848b
parent609105a27658d0849e0e218a5f355b302c820c05 (diff)
downloadspice-c002a0784ff758ddcb99ca59d7dc505ba54c1012.tar.gz
spice-c002a0784ff758ddcb99ca59d7dc505ba54c1012.tar.xz
spice-c002a0784ff758ddcb99ca59d7dc505ba54c1012.zip
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.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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