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(-)