From: Leon de Rooij Date: Tue, 21 Apr 2009 09:33:03 +0000 (+0200) Subject: freeswitch plugin: Added FreeSWITCH to AC_PLUGIN in configure.in X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=147b765e3585c9726c99bed90e9123e7a619fd9e freeswitch plugin: Added FreeSWITCH to AC_PLUGIN in configure.in --- diff --git a/configure.in b/configure.in index 4ef308e2..26ae2f4d 100644 --- a/configure.in +++ b/configure.in @@ -3705,6 +3705,7 @@ AC_PLUGIN([email], [yes], [EMail statistics]) AC_PLUGIN([entropy], [$plugin_entropy], [Entropy statistics]) AC_PLUGIN([exec], [yes], [Execution of external programs]) AC_PLUGIN([filecount], [yes], [Count files in directories]) +AC_PLUGIN([freeswitch], [yes], [FreeSWITCH statistics]) AC_PLUGIN([fscache], [$plugin_fscache], [fscache statistics]) AC_PLUGIN([gmond], [$with_libganglia], [Ganglia plugin]) AC_PLUGIN([hddtemp], [yes], [Query hddtempd])