[libvirt] [PATCH] virtualbox: fix a typo in the expected location on mac os x

Justin Clift jclift at redhat.com
Tue Sep 28 01:33:08 UTC 2010


Mac OS X provides an "/Applications" folder, not an "/Application" folder,
so installed VirtualBox wasn't being detected by default.

This 1 character patch fixes this.
---
Pushed this under the "trivial" rule.  It really is fixing someones typo. :)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6100610..0403d1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -340,7 +340,7 @@ if test "x$with_vbox" = "xyes" || test "x$with_vbox" = "xcheck"; then
         /opt/VirtualBox/amd64/VBoxXPCOMC.so \
         /usr/local/lib/virtualbox/VBoxXPCOMC.so \
         /usr/local/lib/VirtualBox/VBoxXPCOMC.so \
-        /Application/VirtualBox.app/Contents/MacOS/VBoxXPCOMC.dylib \
+        /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMC.dylib \
         ; do
         if test -f "$vbox"; then
             vbox_xpcomc_dir=`AS_DIRNAME(["$vbox"])`
-- 
1.7.2.3




More information about the libvir-list mailing list