[Spice-commits] configure.ac
Alon Levy
alon at kemper.freedesktop.org
Wed Jan 12 03:54:35 PST 2011
configure.ac | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9c0db1c6c310c758c01e0452dd2dd092d9377fc9
Author: Alon Levy <alevy at redhat.com>
Date: Tue Jan 11 16:59:29 2011 +0200
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.
diff --git a/configure.ac b/configure.ac
index e6ca48d..8719f32 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
More information about the Spice-commits
mailing list