summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-17 18:54:46 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-19 14:46:48 +0100
commit9250199da870a5594725112e1b2bf9cf597b4ff2 (patch)
tree9b7086bda647f7713d5f68ac579c04d3197ee048 /configure.ac
parent0b804830d2daa7d8864d582c8d4473955e136193 (diff)
build: use spice-protocol headers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ebaf25f..eefb354 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,9 @@ PKG_CHECK_MODULES(LOG4CPP, log4cpp)
AC_SUBST(LOG4CPP_CFLAGS)
AC_SUBST(LOG4CPP_LIBS)
+PKG_CHECK_MODULES(SPICE_PROTOCOL, spice-protocol >= 0.10.2)
+AC_SUBST(SPICE_PROTOCOL_CFLAGS)
+
# The explicit nspr dep is needed because libxul-embedding
# in RHEL5 is missing the Requires
PKG_CHECK_MODULES(XUL, libxul-embedding >= 1.9 nspr >= 4.7.1)