[libvirt] [PATCH] configure.in: make --with-xen-distdir work for 64bit xen too

David Lively dlively at virtualiron.com
Fri Jul 18 18:49:12 UTC 2008


Currently running autogen.sh with --with-xen-distdir=something fails to
find libxenstore if there's only a 64-bit version, and subsequently
fails to enable xen support (i.e., ends up with WITH_XEN=0).  This
one-line patch fixes that by telling it to search both lib and lib64.

I guess it would be better to search only the appropriate directory (lib
OR lib64) rather than both, but I'm not sure (being an autoconf-dummy)
how to ask about the target architecture.

Dave

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: libvirt-config-64bit-fix.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20080718/eea102f8/attachment-0001.bin>


More information about the libvir-list mailing list