Fix autotools for static MinGW builds

This commit is contained in:
David Millard 2016-05-10 13:53:53 -07:00
parent c7ecbedb0e
commit 9e6745c12e

View File

@ -259,7 +259,7 @@ case "${host_os}" in
libzmq_dso_visibility="no"
if test "x$enable_static" = "xyes"; then
CPPFLAGS="-DZMQ_STATIC"
CPPFLAGS="-DZMQ_STATIC $CPPFLAGS"
fi
# Set FD_SETSIZE to 1024