Commit 9114d395 authored by Jeroen Ooms's avatar Jeroen Ooms

enable static libraries on mingw

parent 979e6bb4
......@@ -265,7 +265,7 @@ case "${host_os}" in
libzmq_dso_visibility="no"
if test "x$enable_static" = "xyes"; then
AC_MSG_ERROR([Building static libraries is not supported under MinGW32])
CPPFLAGS="-DZMQ_STATIC"
fi
# Set FD_SETSIZE to 1024
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment