mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user