Disable imb and open plugins by default on Hurd. The platform lack the required kernel support.

This commit is contained in:
Petter Reinholdtsen 2014-01-30 18:33:47 +00:00
parent e02ed2ca2c
commit c186e2a681

View File

@ -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)