[libvirt] [PATCH 1/3] Fix typo in HAVE_DBUS automake conditional

Eric Blake eblake at redhat.com
Mon Oct 8 16:35:06 UTC 2012


On 10/08/2012 09:46 AM, Doug Goldstein wrote:
> On Mon, Oct 8, 2012 at 9:57 AM, Alexander Larsson <alexl at redhat.com> wrote:
>> The variable that is set in the script is with_dbus, not have_dbus.
>> ---
>>  configure.ac | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 6d50985..767e06c 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -1251,7 +1251,7 @@ if test "$with_dbus" = "yes" ; then
>>    LIBS="$save_LIBS"
>>    CFLAGS="$save_CFLAGS"
>>  fi
>> -AM_CONDITIONAL([HAVE_DBUS], [test "$have_dbus" = "yes"])
>> +AM_CONDITIONAL([HAVE_DBUS], [test "$with_dbus" = "yes"])
>>
>>
>>  dnl PolicyKit library
>> --
> 
> ACK. Good find.

I've pushed this one, while we wait for more review on the rest of the
series.  I also added Alexander to AUTHORS; let me know if you prefer
any alternate spelling to name or preferred email.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 617 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20121008/649aec8e/attachment-0001.sig>


More information about the libvir-list mailing list