Code

Enforce JSON as the default format on a topic
[collectd.git] / configure.ac
index aa95d3f378aaf482dcc75c9e1afb260dc63df7b8..a4ddd3219b067583328e10862afbc61fb1490e21 100644 (file)
@@ -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