Code

syslog plugin: Added plugin to log to syslog.
[sysdb.git] / configure.ac
index e967867e68c6baadc6faf4bf42f8841a4c0d488b..6847c08c9da269681eddfcc3c269bb110314e10d 100644 (file)
@@ -244,6 +244,8 @@ AC_SDB_PLUGIN([mk-livestatus], [yes],
                [backend accessing Nagios/Icinga/Shinken using MK Livestatus])
 AC_SDB_PLUGIN([puppet-storeconfigs], [$puppet_storeconfigs_default],
                [backend accessing the Puppet stored configuration database])
+AC_SDB_PLUGIN([syslog], [yes],
+               [plugin logging to syslog])
 
 AM_CONDITIONAL([BUILD_DOCUMENTATION], test "x$build_documentation" = "xyes")