
On 08/19/2010 03:17 PM, Matthias Bolte wrote:
2010/8/19 Eric Blake <eblake@redhat.com>:
* configure.ac (vbox_xpcomc_dir): Add another potential dir. ---
To test that my vbox changes would still compile, I had to install vbox. But VirtualBox-OSE-3.2.6-2.fc13.x86_64 from rpmfusion-free installs to a new location.
configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac index 3968617..d42d9e6 100644 --- a/configure.ac +++ b/configure.ac @@ -336,6 +336,7 @@ if test "x$with_vbox" = "xyes" || test "x$with_vbox" = "xcheck"; then
for vbox in \ /usr/lib/virtualbox/VBoxXPCOMC.so \ + /usr/lib64/virtualbox/VBoxXPCOMC.so \ /usr/lib/VirtualBox/VBoxXPCOMC.so \ /opt/virtualbox/VBoxXPCOMC.so \ /opt/VirtualBox/VBoxXPCOMC.so \
You could have tricked configure instead of actually installing VirtualBox, but this way had an additional benefit :)
ACK.
Thanks; pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org