]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix setup of lib directory with autogen.sh --system
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Jan 2011 12:24:26 +0000 (12:24 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 26 Jan 2011 14:54:23 +0000 (14:54 +0000)
commit3493f1bcec5d6b8e0276b9daf48c458cc756187d
treec21ae7533804852f691cb024ebc7ecc293f36572
parente0e4e4de7a88268092e11774356d26130dc65fcc
Fix setup of lib directory with autogen.sh --system

On x86_64 hosts, /usr/lib64 must be used instead of /usr/lib
Rather than attempt to whitelist architectures, just check
for existance of /usr/lib64

* autogen.sh: Fix to use /usr/lib64 if it exists
autogen.sh