[libvirt] [PATCH v2] vbox: Let configure detect/set the XPCOMC directory

Matthias Bolte matthias.bolte at googlemail.com
Sat Jul 3 10:48:28 UTC 2010


2010/6/29 Eric Blake <eblake at redhat.com>:
> On 06/29/2010 03:29 PM, Matthias Bolte wrote:
>> This allows the user to give an explicit path to configure
>>
>>   ./configure --with-vbox=/path/to/virtualbox
>>
>> instead of having the VirtualBox driver probe a set of possible
>> paths at runtime. If no explicit path is specified then configure
>> probes the set of "known" paths.
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=609185
>> ---
>>
>> v2:
>>  - address Eric's comments
>>    - wrap AC_HELP_STRING at 80 columns
>>    - replace the if/else with a for loop, much nicer, indeed :)
>>    - use AC_DEFINE_UNQUOTED instead of AC_SUBST to define VBOX_XPCOMC_DIR
>
> Nicer indeed!
>
> It ends up doing
>  #define VBOX_CXPCOMC_DIR ""
> if you don't have virtualbox installed, but this should be harmless.
>
> ACK.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list