mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Disable imb and open plugins by default on Hurd. The platform lack the required kernel support.
This commit is contained in:
parent
e02ed2ca2c
commit
c186e2a681
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user