On Wed, Apr 27, 2011 at 06:56:04PM +0300, Alon Levy wrote:
> ---
>  configure.ac    |    2 ++
>  src/Makefile.am |   23 +++++++++++++++++++++++
>  2 files changed, 25 insertions(+), 0 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 99bc517..6a183df 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -86,6 +86,8 @@ PKG_CHECK_MODULES([SPICE], [spice-server >= 0.6.3],
>  )
>  PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.7.0])
>  
> +AM_CONDITIONAL(SUPPORT_XSPICE, test "x$SPICE_LIBS" != "x")

This test's a bit light :) I guess you want a --enable-xspice configure
flag here?

Attachment: pgpFbCqVQPtOm.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to