mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
allow host_os to accept mingw64
Changes the pattern for the host_os matches to *mingw* from *mingw32* to accept both mingw32 and mingw64 versions.
This commit is contained in:
parent
04a9d582fd
commit
c9bdcfc584
@ -245,7 +245,7 @@ case "${host_os}" in
|
||||
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-Ae])
|
||||
AC_CHECK_FUNCS(gethrtime)
|
||||
;;
|
||||
*mingw32*)
|
||||
*mingw*)
|
||||
AC_DEFINE(ZMQ_HAVE_WINDOWS, 1, [Have Windows OS])
|
||||
AC_DEFINE(ZMQ_HAVE_MINGW32, 1, [Have MinGW32])
|
||||
AC_CHECK_HEADERS(windows.h)
|
||||
|
Loading…
Reference in New Issue
Block a user