Skip to content
Snippets Groups Projects
Commit ab04c146 authored by Howard Chu's avatar Howard Chu
Browse files

Fix Windows NT detection

parent 6cb8b144
No related branches found
No related tags found
No related merge requests found
......@@ -746,6 +746,13 @@ fi
AC_PROG_CPP
dnl ----------------------------------------------------------------
dnl Checks for Windows NT
case $host_os in
*mingw32* ) ac_cv_mingw32=yes ;;
*cygwin* ) ac_cv_cygwin=yes ;;
esac
dnl ----------------------------------------------------------------
dnl Checks for file extensions
AC_EXEEXT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment