Thanks for patch. ACK + pushed to master Regards, Honza Jacek Konieczny napsal(a): > The corosync-signals.conf DBus configuration file was not > installed even if DBus support was enabled because of a configure > test error. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 681e7c0..e4588d2 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -612,7 +612,7 @@ AC_SUBST([SONAME]) > > AM_CONDITIONAL(INSTALL_TESTAGENTS, test -n "${enable_testagents}") > AM_CONDITIONAL(INSTALL_MIB, test "${do_snmp}" = "1") > -AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "1") > +AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "yes") > AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}") > AC_SUBST([NSS_LDFLAGS]) > _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss