aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-03-18 06:39:49 +0000
committerLev Walkin <vlm@lionet.info>2006-03-18 06:39:49 +0000
commit794323011ca04d72c4558270faef118585c4e2b6 (patch)
tree494bc00b92b349fcb8208bbfd81715d87e76f220
parent19abe22db924d771604157812eb9938b38b670f1 (diff)
path separator
-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