Skip to content

Commit

Permalink
configure: Recognize msys as a Windows platform (VirusTotal#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu authored Oct 10, 2023
1 parent 135e574 commit adeb203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ AC_ARG_ENABLE([proc-scan],
posix=true
proc_interface=mach
jemalloc_prefix=je_ ;;
mingw*|cygwin*) CFLAGS="$CFLAGS -DUSE_WINDOWS_PROC"
mingw*|msys*|cygwin*) CFLAGS="$CFLAGS -DUSE_WINDOWS_PROC"
proc_interface=windows
jemalloc_prefix= ;;
linux*|netbsd*|dragonfly*|kfreebsd*)
Expand Down

0 comments on commit adeb203

Please sign in to comment.