configure.ac: support MSYS with newer config.guess
[fw/openocd] / configure.ac
index aed8bce5faae1e086a8da9bcc98987036cc64c68..fb5514ee690714218590b4d9c09ebb38f072b87a 100644 (file)
@@ -585,7 +585,7 @@ case $host in
     AC_DEFINE([IS_WIN32], [1], [1 if building for Win32.])
     AC_DEFINE([IS_DARWIN], [0], [0 if not building for Darwin.])
     ;;
-  *-mingw*)
+  *-mingw* | *-msys*)
     is_mingw=yes
     is_win32=yes
     parport_use_ppdev=no