mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
fix configure errors for 64bit mingw
changes the search pattern for host_os from *mingw32* to *mingw* so that mingw64 can be used, and any mingw32 variable name change to mingw.
This commit is contained in:
parent
0463926db8
commit
f38062e6e3
@ -117,7 +117,7 @@ AC_DEFUN([LIBZMQ_CHECK_DOC_BUILD], [{
|
||||
fi
|
||||
|
||||
# Do not install man pages if on mingw
|
||||
if test "x$libzmq_on_mingw32" = "xyes"; then
|
||||
if test "x$libzmq_on_mingw" = "xyes"; then
|
||||
libzmq_install_man="no"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user