summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-01-11 16:59:29 +0200
committerAlon Levy <alevy@redhat.com>2011-01-11 17:00:31 +0200
commit9c0db1c6c310c758c01e0452dd2dd092d9377fc9 (patch)
treec7a6bb807eab6596e5e4f6722424e883d2bde4b6 /configure.ac
parent293f5f0df8b22e93f2358824309cdd0f849d96a6 (diff)
downloadspice-9c0db1c6c310c758c01e0452dd2dd092d9377fc9.tar.gz
spice-9c0db1c6c310c758c01e0452dd2dd092d9377fc9.tar.xz
spice-9c0db1c6c310c758c01e0452dd2dd092d9377fc9.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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e6ca48d5..8719f32b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,7 +195,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