diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2011-10-03 11:53:24 +0200 |
---|---|---|
committer | Yonit Halperin <yhalperi@redhat.com> | 2011-11-02 11:20:38 +0200 |
commit | fc3aa53211a85387df52befcaa8e8f86f7e811f2 (patch) | |
tree | 679899ab4f34a27d85aab869bf4598d9b24b9c0d | |
parent | 38a96b408494a94630232ab574a8c54c05112f07 (diff) | |
download | spice-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
-rw-r--r-- | configure.ac | 2 |
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 |