[libvirt] [PATCH] configure: Check for libxl_utils.h instead of libxlutil.h

Jim Fehlig jfehlig at suse.com
Mon Apr 13 18:04:04 UTC 2015


Michal Privoznik wrote:
> The file provided by xen-devel package (or xen-tools in Gentoo)
> does not provide libxlutil.h.

Until recently [1], libxlutil.h was not installed.

>  In fact the package provides
> libxl_utils.h instead which is the one we are looking for anyway.
>   

We are looking for libxlutil.h, which contains the disk parsing
functions.  See comment near the top of src/xenconfig/xen_xl.c.

Regards,
Jim

[1]
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=8ff079803677b82195addebc0e88f1630cb7354b

> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 38fbbad..0626492 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -915,7 +915,7 @@ fi
>  
>  if test "$with_libxl" = "yes"; then
>      dnl If building with libxl, use the libxl utility header and lib too
> -    AC_CHECK_HEADERS([libxlutil.h])
> +    AC_CHECK_HEADERS([libxl_utils.h])
>   


>      LIBXL_LIBS="$LIBXL_LIBS -lxlutil"
>      AC_DEFINE_UNQUOTED([WITH_LIBXL], 1, [whether libxenlight driver is enabled])
>      if test "x$LIBXL_FIRMWARE_DIR" != "x"; then
>   




More information about the libvir-list mailing list