[libvirt] [PATCH] Don't build libxenlight driver for Xen 4.0

Eric Blake eblake at redhat.com
Fri Mar 18 21:30:13 UTC 2011


On 03/18/2011 03:06 PM, Jim Fehlig wrote:
> The libxenlight driver does not build against the tech preview
> version of libxenlight in Xen 4.0.  Only enable building the
> driver against more complete libxenlight found in Xen 4.1.
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 9d8862c..12bf0f6 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -512,7 +512,7 @@ if test "$with_libxl" != "no" ; then
>      fi
>      CFLAGS="$CFLAGS $LIBXL_CFLAGS"
>      LIBS="$LIBS $LIBXL_LIBS"
> -    AC_CHECK_LIB([xenlight], [libxl_ctx_init], [
> +    AC_CHECK_LIB([xenlight], [libxl_domain_create_new], [

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110318/2f7af400/attachment-0001.sig>


More information about the libvir-list mailing list