The --disable-testagents option sets enable_testagents to "no". This variable should always be explicitly tested against "yes", not just that it is non-empty. Signed-off-by: Michael Chapman <mike@xxxxxxxxxxxxxxxxx> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5346279..1967a73 100644 --- a/configure.ac +++ b/configure.ac @@ -626,7 +626,7 @@ AC_SUBST([SOMINOR]) AC_SUBST([SOMICRO]) AC_SUBST([SONAME]) -AM_CONDITIONAL(INSTALL_TESTAGENTS, test -n "${enable_testagents}") +AM_CONDITIONAL(INSTALL_TESTAGENTS, test "${enable_testagents}" = "yes") AM_CONDITIONAL(INSTALL_MIB, test "${do_snmp}" = "1") AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "yes") AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}") -- 1.8.1 _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss