diff --git a/configure b/configure index 05af22bf37..f88adb8856 100755 --- a/configure +++ b/configure @@ -1434,7 +1434,7 @@ else # if test -z "$_target" qnx) system_name=QNX ;; morphos) system_name=MorphOS ;; amigaos) system_name=AmigaOS ;; - mingw32msvc) system_name=MINGW32 ;; + mingw32) system_name=MINGW32 ;; esac # We need to convert underscores so that values like k6-2 and pentium-mmx can be passed host_arch=$(echo $_target | cut -d '-' -f 1)