configure.ac: add libcacard to SPICE_REQUIRES if built with smartcard support

This commit is contained in:
Alon Levy 2012-10-19 11:35:31 +02:00
parent c114baddc9
commit d227a5b6b6

View File

@ -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