Disable plugin multimeter in AIX
authorManuel Luis Sanmartin Rozada <manuel.luis@gmail.com>
Tue, 29 Jul 2014 20:04:09 +0000 (22:04 +0200)
committerManuel Luis Sanmartin Rozada <manuel.luis@gmail.com>
Tue, 29 Jul 2014 20:04:09 +0000 (22:04 +0200)
configure.ac

index aa95d3f..a4ddd32 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