summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2011-10-03 11:53:24 +0200
committerYonit Halperin <yhalperi@redhat.com>2011-11-02 11:20:38 +0200
commitfc3aa53211a85387df52befcaa8e8f86f7e811f2 (patch)
tree679899ab4f34a27d85aab869bf4598d9b24b9c0d /configure.ac
parent38a96b408494a94630232ab574a8c54c05112f07 (diff)
downloadspice-fc3aa53211a85387df52befcaa8e8f86f7e811f2.tar.gz
spice-fc3aa53211a85387df52befcaa8e8f86f7e811f2.tar.xz
spice-fc3aa53211a85387df52befcaa8e8f86f7e811f2.zip
configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol)
(cherry picked from commit 55ccc022ec9829523ebe36fdf0ec7c593ce76c22 branch 0.8) Conflicts: configure.ac
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 2afc5597..203e82fd 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.0)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.9.1)
AC_SUBST(PROTOCOL_CFLAGS)
AC_CHECK_LIBM