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

Martin Kletzander mkletzan at redhat.com
Mon Apr 13 13:09:58 UTC 2015


On Thu, Apr 09, 2015 at 04:08:24PM +0200, Michal Privoznik wrote:
>The file provided by xen-devel package (or xen-tools in Gentoo)
>does not provide libxlutil.h. In fact the package provides
>libxl_utils.h instead which is the one we are looking for anyway.
>

It also perfectly matches src/libxl/libxl_conf.c which includes this
very file.  ACK.

>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
>--
>2.0.5
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150413/31194016/attachment-0001.sig>


More information about the libvir-list mailing list