Commit 9e6745c1 authored by David Millard's avatar David Millard

Fix autotools for static MinGW builds

parent c7ecbedb
......@@ -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
......
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