set specific options for building under cygwin

This commit is contained in:
Duncan Laurie 2005-01-12 21:14:55 +00:00
parent 58ef4f8af6
commit e9281ea912

View File

@ -65,6 +65,12 @@ solaris*)
enable_ipmievd=no
enable_ipmishell=no
;;
*cygwin*)
enable_intf_imb=no
enable_intf_open=no
enable_ipmievd=no
enable_ipmishell=no
;;
esac
AC_SUBST(ARCH, $host_cpu)