configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol)

(cherry picked from commit 55ccc022ec branch 0.8)

Conflicts:

	configure.ac
This commit is contained in:
Yonit Halperin 2011-10-03 11:53:24 +02:00
parent 38a96b4084
commit fc3aa53211

View File

@ -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