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

allow host_os to accept mingw64
This commit is contained in:
Michael 2015-04-21 22:03:59 +10:00
commit a53404f2f9

View File

@ -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)