summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2014-01-30 18:33:47 +0000
committerPetter Reinholdtsen <pere@hungry.com>2014-01-30 18:33:47 +0000
commitc186e2a681da4277a43ae200aeb946ee7bc462a7 (patch)
tree47ae7877066d384f7456c4f33c6832166994badd
parente02ed2ca2ced3060161186ef947b66b08c06d694 (diff)
downloadipmitool-c186e2a681da4277a43ae200aeb946ee7bc462a7.tar.gz
Disable imb and open plugins by default on Hurd. The platform lack the required kernel support.
-rw-r--r--ipmitool/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipmitool/configure.in b/ipmitool/configure.in
index 21d666a..a42e158 100644
--- a/ipmitool/configure.in
+++ b/ipmitool/configure.in
@@ -109,6 +109,11 @@ solaris*)
xenable_intf_bmc=no
xenable_intf_open=no
;;
+gnu*)
+ # disable the linux and solaris-specific interfaces on Hurd
+ xenable_intf_imb=no
+ xenable_intf_open=no
+ ;;
esac
AC_SUBST(ARCH, $host_cpu)