[Spice-devel] [PATCH spice-server 5/5] configure: spice-protocol >= 0.10.0 (mini header support)

Alon Levy alevy at redhat.com
Mon Jan 9 02:05:57 PST 2012


On Sun, Jan 08, 2012 at 10:53:33AM +0200, Yonit Halperin wrote:

NACK, my bad here, the master branch of spice-protocol was lagging
behind the 0.10 branch, and I fixed it up yesterday to push Nachum's
patch to add a backslash to the shared mem statistics name. So you need
to go to 0.10.1 instead of 0.10.0

> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 861e939..5c8038e 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.1)
> +PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.10.0)
>  AC_SUBST(PROTOCOL_CFLAGS)
>  
>  AC_CHECK_LIBM
> -- 
> 1.7.6.4
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list