From 92b56c0412534518727fcbe8f452e3c3d36f8025 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 21 Jul 2008 08:03:58 +0000 Subject: [PATCH] xen lib detection patch on 64bits * configure.in: patch from David Lively to try to detect the xen libs when using --with-xen-distdir= on 64bit arches. Daniel --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 42d4f2fccf..f99b03fa27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 21 10:01:36 CEST 2008 Daniel Veillard + + * configure.in: patch from David Lively to try to detect the xen + libs when using --with-xen-distdir= on 64bit arches. + Mon Jul 21 09:29:22 CEST 2008 Daniel Veillard * src/openvz_driver.c: patch from Evgeniy Sokolov avoiding domain diff --git a/configure.in b/configure.in index 4b9669f6df..8e04f14131 100644 --- a/configure.in +++ b/configure.in @@ -235,7 +235,7 @@ AC_ARG_WITH([xen-distdir], [AC_HELP_STRING([--with-xen-distdir=path], if test "x$with_xen_distdir" != "x" then CPPFLAGS="$CPPFLAGS -I$withval/install/usr/include" -LDFLAGS="$LDFLAGS -L$withval/install/usr/lib" +LDFLAGS="$LDFLAGS -L$withval/install/usr/lib -L$withval/install/usr/lib64" fi LIBVIRT_FEATURES=