From fc3aa53211a85387df52befcaa8e8f86f7e811f2 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Mon, 3 Oct 2011 11:53:24 +0200 Subject: [PATCH] configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol) (cherry picked from commit 55ccc022ec9829523ebe36fdf0ec7c593ce76c22 branch 0.8) Conflicts: configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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