summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2011-10-03 11:53:24 +0200
committerYonit Halperin <yhalperi@redhat.com>2011-10-03 11:53:24 +0200
commit147935d5446bfe448f0fb0aebf31486f8fc8534d (patch)
tree3a0a1618410fe1343498a45980f43d36d65ce8f5
parent805930e061f130492bd66765305a36c8968865b6 (diff)
configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol)master.mig.v1
(cherry picked from commit 55ccc022ec9829523ebe36fdf0ec7c593ce76c22 branch 0.8) Conflicts: configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2afc559..203e82f 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