summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7ef930067f..f01b00bd26 100755
--- a/configure
+++ b/configure
@@ -88,6 +88,10 @@ cocoa="no"
# OS specific
targetos=`uname -s`
case $targetos in
+CYGWIN*)
+mingw32="yes"
+CFLAGS="-O2 -mno-cygwin"
+;;
MINGW32*)
mingw32="yes"
;;