summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-10-19 11:35:31 +0200
committerAlon Levy <alevy@redhat.com>2012-10-25 12:31:39 +0200
commitd227a5b6b689739aebe4ce27f1425bd0bb60cbd5 (patch)
tree152536eae988bb351d06a2af07812dd15025b81c /configure.ac
parentc114baddc95e37c9c45f008292766af5a6d98983 (diff)
downloadspice-d227a5b6b689739aebe4ce27f1425bd0bb60cbd5.tar.gz
spice-d227a5b6b689739aebe4ce27f1425bd0bb60cbd5.tar.xz
spice-d227a5b6b689739aebe4ce27f1425bd0bb60cbd5.zip
configure.ac: add libcacard to SPICE_REQUIRES if built with smartcard support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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