diff --git a/AUTHORS b/AUTHORS index 0b818b0709..27c4eda775 100644 --- a/AUTHORS +++ b/AUTHORS @@ -267,6 +267,7 @@ Patches have also been contributed by: Dwight Engen liguang Chuck Short + Alexander Larsson [....send patches to get your name here....] diff --git a/configure.ac b/configure.ac index 6d50985cca..767e06cbe3 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