diff --git a/configure b/configure index 12ea6ad..16a937f 100755 --- a/configure +++ b/configure @@ -487,7 +487,7 @@ int main(void) { #if defined(__MINGW64__) puts("mingw64"); return (0); -#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION >= 3) +#elif defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION >= 3) puts("mingw32"); return (0); #else