mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Merge pull request #3986 from fanquake/ipc_mingw_cross_compile
build: disable IPC when cross-compiling with mingw
This commit is contained in:
commit
1529ffbf42
@ -143,9 +143,9 @@ if test "x$zmq_militant" = "xyes"; then
|
||||
AC_DEFINE(ZMQ_ACT_MILITANT, 1, [Enable militant API assertions])
|
||||
fi
|
||||
|
||||
# IPC is available on all platforms supported by autotools build at the moment except OpenVMS and VxWorks.
|
||||
# Disable IPC on unsupported platforms.
|
||||
case "${host_os}" in
|
||||
*vxworks*|*openvms*)
|
||||
*vxworks*|*openvms*|*mingw*)
|
||||
;;
|
||||
*)
|
||||
AC_DEFINE(ZMQ_HAVE_IPC, 1, [Have AF_UNIX sockets for ipc transport])
|
||||
|
Loading…
Reference in New Issue
Block a user