summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-01-08 09:26:31 +0200
committerYonit Halperin <yhalperi@redhat.com>2012-01-12 16:33:35 +0200
commitec0bf2488f2ac0b7fb5102fd3d8822fd2883bd0a (patch)
treeef6094069ed2b99913675d006754f91a494abd76 /configure.ac
parent8b64b95c4339c145867e42f71b3206378bc7c83b (diff)
downloadspice-ec0bf2488f2ac0b7fb5102fd3d8822fd2883bd0a.tar.gz
spice-ec0bf2488f2ac0b7fb5102fd3d8822fd2883bd0a.tar.xz
spice-ec0bf2488f2ac0b7fb5102fd3d8822fd2883bd0a.zip
configure: spice-protocol >= 0.10.1 (mini header support)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 861e9396..cf3eda69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,7 +132,7 @@ AM_CONDITIONAL(SUPPORT_CLIENT, test "x$enable_client" = "xyes")
dnl =========================================================================
dnl Check deps
-PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.9.1)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.10.1)
AC_SUBST(PROTOCOL_CFLAGS)
AC_CHECK_LIBM