From: Manuel Luis Sanmartin Rozada Date: Tue, 29 Jul 2014 20:04:09 +0000 (+0200) Subject: Disable plugin multimeter in AIX X-Git-Tag: collectd-5.5.0~248^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=3c83a0681c4b90ededd12fd473ba50f21f786797;p=collectd.git Disable plugin multimeter in AIX --- diff --git a/configure.ac b/configure.ac index aa95d3f3..a4ddd321 100644 --- a/configure.ac +++ b/configure.ac @@ -5177,7 +5177,10 @@ fi if test "x$have_termios_h" = "xyes" then - plugin_multimeter="yes" + if test "x$ac_system" != "xAIX" + then + plugin_multimeter="yes" + fi plugin_ted="yes" fi