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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Oct 8, 2012 at 9:57 AM, Alexander Larsson <alexl@xxxxxxxxxx> 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.

-- 
Doug Goldstein

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]