enable static libraries on mingw

This commit is contained in:
Jeroen Ooms 2015-10-20 13:10:38 +02:00
parent 979e6bb45c
commit 9114d39577

View File

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