aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index b6a148d5..874de918 100755
--- a/configure
+++ b/configure
@@ -21431,7 +21431,7 @@ echo "${ECHO_T}no" >&6
fi
case "$host_os" in
-cygwin*)
+cygwin)
case "$target" in
*mingw*)
CC="$CC -mno-cygwin"
@@ -21439,8 +21439,8 @@ cygwin*)
;;
esac
-case "$target" in
-cygwin* | mingw* | p32*)
+case "$target_os" in
+cygwin | mingw)
CFLAGS="$CFLAGS -DPSBSLASH"
;;
esac