[Spice-devel] [RFC 15/33] configure.ac/Makefile.am: add SUPPORT_XSPICE

Alon Levy alevy at redhat.com
Thu Apr 28 08:08:36 PDT 2011


On Thu, Apr 28, 2011 at 04:27:50PM +0200, Christophe Fergeau wrote:
> 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?

Yes, yes, I was hoping to get away with it early (or actually I was hoping
someone would yell at me and then I'd do it).



More information about the Spice-devel mailing list