[libvirt] [PATCH] Only require XDR when building libvirtd or the remote driver

Matthias Bolte matthias.bolte at googlemail.com
Fri Aug 13 19:32:55 UTC 2010


2010/8/13 Eric Blake <eblake at redhat.com>:
> On 08/12/2010 05:24 PM, Matthias Bolte wrote:
>> ---
>>  configure.ac |   31 +++++++++++++++++++------------
>>  1 files changed, 19 insertions(+), 12 deletions(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index a762bae..764405c 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>>  dnl
>> +dnl check for XDR
>> +dnl
>> +
>> +if test x"$with_remote" = x"yes" || test x"$with_libvirtd" = x"yes"; then
>> +    dnl Where are the XDR functions?
>
> ACK.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list