]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
xen lib detection patch on 64bits
authorDaniel Veillard <veillard@redhat.com>
Mon, 21 Jul 2008 08:03:58 +0000 (08:03 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 21 Jul 2008 08:03:58 +0000 (08:03 +0000)
* configure.in: patch from David Lively to try to detect the xen
  libs when using --with-xen-distdir= on 64bit arches.
Daniel

ChangeLog
configure.in

index 42d4f2fccf39abec8634d4692159c7445236b8b3..f99b03fa27d2a2070808cbf07775504fcd541809 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4b9669f6df61f74e6362a40b3ef60af09c35de57..8e04f14131cf68de6eee6eadd05c5704ea8a5d41 100644 (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=