On Wed, Apr 27, 2011 at 06:56:03PM +0300, Alon Levy wrote:
> ---
>  configure.ac |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index ce67b41..99bc517 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -76,6 +76,14 @@ AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test 
> "x$XSERVER_LIBPCIACCESS" = xyes)
>  
>  # Checks for libraries.
>  
> +PKG_CHECK_MODULES([SPICE], [spice-server >= 0.6.3],
> +[
> +    AC_SUBST(SPICE_CFLAGS)
> +    AC_SUBST(SPICE_LIBS)
> +],
> +[
> +]
> +)

I'd put this after patch 15 inside a 
AS_IF([test x"$enable_xspice" != "xno"@], PKG_CHECK_MODULES...., ....)

Attachment: pgpokbrLaGfZA.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