path separator


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1094 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/configure b/configure
index e56e56a..b6a148d 100755
--- a/configure
+++ b/configure
@@ -21432,13 +21432,17 @@
 
 case "$host_os" in
 cygwin*)
-		case "$target" in
+	case "$target" in
 	*mingw*)
 		CC="$CC -mno-cygwin"
 	esac
 	;;
-mingw* | p32*)
-		;;
+esac
+
+case "$target" in
+cygwin* | mingw* | p32*)
+	CFLAGS="$CFLAGS -DPSBSLASH"
+	;;
 esac
 
 # Check whether --enable-Werror or --disable-Werror was given.