mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Fix typo in HAVE_DBUS automake conditional
The variable that is set in the script is with_dbus, not have_dbus.
This commit is contained in:
parent
283f1c4aef
commit
53d5ad94c0
1
AUTHORS
1
AUTHORS
@ -267,6 +267,7 @@ Patches have also been contributed by:
|
||||
Dwight Engen <dwight.engen@oracle.com>
|
||||
liguang <lig.fnst@cn.fujitsu.com>
|
||||
Chuck Short <zulcss@gmail.com>
|
||||
Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
[....send patches to get your name here....]
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user