Commit bdda5189 authored by Michael's avatar Michael

fix configure errors for 64bit mingw

changes the search pattern for host_os from *mingw32* to *mingw* so that mingw64 can be used
parent 0329402d
...@@ -7,7 +7,7 @@ AC_DEFUN([LIBZMQ_CONFIG_LIBTOOL], [{ ...@@ -7,7 +7,7 @@ AC_DEFUN([LIBZMQ_CONFIG_LIBTOOL], [{
# Libtool configuration for different targets # Libtool configuration for different targets
case "${host_os}" in case "${host_os}" in
*mingw32*|*cygwin*) *mingw*|*cygwin*)
# Disable static build by default # Disable static build by default
AC_DISABLE_STATIC AC_DISABLE_STATIC
;; ;;
......
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