diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 84f66880a2..1f1fdb67e7 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -695,6 +695,7 @@ AC_ARG_WITH(packaging, case $host in *-apple-darwin*) lyx_use_packaging=macosx ;; *-pc-mingw*) lyx_use_packaging=windows ;; + *-mingw32*) lyx_use_packaging=windows ;; *haiku*) lyx_use_packaging=haiku ;; *) lyx_use_packaging=posix ;; esac])