[Spice-devel] [RFC 15/33] configure.ac/Makefile.am: add SUPPORT_XSPICE
Christophe Fergeau
cfergeau at redhat.com
Thu Apr 28 07:27:50 PDT 2011
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20110428/7dfd5e59/attachment.pgp>
More information about the Spice-devel
mailing list