aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index efffeec..003f538 100755
--- a/configure
+++ b/configure
@@ -49,7 +49,7 @@ cpu=
# OS specific
targetos=`uname`
case $targetos in
- MINGW32*) mingw32=yes;;
+ MINGW*) mingw32=yes;;
MSYS*) mingw32=yes;;
DragonFly) noldl=yes;;
OpenBSD) noldl=yes;;