*** empty log message ***

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

View File

@ -37,7 +37,7 @@ AM_PROG_LEX
AC_PATH_PROG(AR, ar, ar, $PATH:/usr/ucb:/usr/ccs/bin) dnl for Solaris
case "$host_os" in
cygwin*)
cygwin)
case "$target" in
*mingw*)
CC="$CC -mno-cygwin"
@ -46,8 +46,8 @@ cygwin*)
esac
dnl Decide on path separator: \ or /
case "$target" in
cygwin* | mingw* | p32*)
case "$target_os" in
cygwin | mingw)
CFLAGS="$CFLAGS -DPSBSLASH"
;;
esac