From d227a5b6b689739aebe4ce27f1425bd0bb60cbd5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 19 Oct 2012 11:35:31 +0200 Subject: [PATCH] configure.ac: add libcacard to SPICE_REQUIRES if built with smartcard support --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 51f60394..83d4c959 100644 --- a/configure.ac +++ b/configure.ac @@ -234,6 +234,7 @@ if test "x$enable_smartcard" = "xyes"; then SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS" AC_SUBST(SMARTCARD_LIBS) AC_SUBST(SMARTCARD_CFLAGS) + SPICE_REQUIRES+=" libcacard >= 0.1.2" fi