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
This commit is contained in:
Daniel Veillard 2008-07-21 08:03:58 +00:00
parent cb3e65e922
commit 92b56c0412
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Jul 21 10:01:36 CEST 2008 Daniel Veillard <veillard@redhat.com>
* 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 <veillard@redhat.com>
* src/openvz_driver.c: patch from Evgeniy Sokolov avoiding domain

View File

@ -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=