X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=325a733a2a5d526694bbdd5b58a7cf8d452d4414;hp=59f4ee7c413c0e5c5cdfeb2f66309d0e86d5d89e;hb=fd919402b261f5e07e2348a7f22262893f41daf1;hpb=2faa3926a2836c0fe560bc73c7a8df4b9993b3be diff --git a/configure.ac b/configure.ac index 59f4ee7..325a733 100644 --- a/configure.ac +++ b/configure.ac @@ -672,6 +672,11 @@ Time-series fetchers:]) AC_SDB_PLUGIN([timeseries-rrdtool], [$rrdtool_default], [fetch time-series data from RRD files]) +m4_divert_once([HELP_ENABLE], [ +Store writers:]) +AC_SDB_PLUGIN([store-network], [yes], + [send stored objects to a remote instance]) + m4_divert_once([HELP_ENABLE], [ Plugins:]) @@ -727,6 +732,9 @@ AC_MSG_RESULT() AC_MSG_RESULT([ Time-series fetchers:]) AC_MSG_RESULT([ rrdtool: . . . . . . . . . $enable_timeseries_rrdtool]) AC_MSG_RESULT() +AC_MSG_RESULT([ Store writers:]) +AC_MSG_RESULT([ network: . . . . . . . . . $enable_store_network]) +AC_MSG_RESULT() AC_MSG_RESULT([ Plugins:]) AC_MSG_RESULT([ cname::dns: . . . . . . . . $enable_cname_dns]) AC_MSG_RESULT([ syslog: . . . . . . . . . . $enable_syslog])