[libvirt] [PATCH 08/10] vbox: add location used in rpmfusion release

Eric Blake eblake at redhat.com
Wed Aug 18 23:45:11 UTC 2010


* 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 \
-- 
1.7.2.1




More information about the libvir-list mailing list