path separator

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1096 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2006-03-18 06:39:49 +00:00
parent a3c16be89b
commit ef98a37824
1 changed files with 3 additions and 3 deletions

6
configure vendored
View File

@ -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