Commit a53404f2 authored by Michael's avatar Michael

Merge pull request #1 from CommanderBubble/CommanderBubble-configure.ac-adds_mingw64_support

allow host_os to accept mingw64
parents 04a9d582 c9bdcfc5
......@@ -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)
......
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