[Spice-devel] [PATCH migration 04/19] configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol) (cherry picked from commit 55ccc022ec9829523ebe36fdf0ec7c593ce76c22 branch 0.8)
Alon Levy
alevy at redhat.com
Tue Nov 1 01:34:42 PDT 2011
On Wed, Oct 12, 2011 at 12:38:54PM +0200, Yonit Halperin wrote:
ACK
> Conflicts:
>
> configure.ac
>
> Signed-off-by: Yonit Halperin <yhalperi at redhat.com>
> ---
> configure.ac | 2 +-
> 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
> --
> 1.7.6.4
>
More information about the Spice-devel
mailing list