On Tue, Jan 10, 2012 at 01:25:22PM +0200, Yonit Halperin wrote: > --- > 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)
should be >= 0.10.1 > AC_SUBST(PROTOCOL_CFLAGS) > > AC_CHECK_LIBM > -- > 1.7.6.4 > _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
