Commit 19abe22d authored by Lev Walkin's avatar Lev Walkin

*** empty log message ***

parent 59ec6acb
...@@ -37,7 +37,7 @@ AM_PROG_LEX ...@@ -37,7 +37,7 @@ AM_PROG_LEX
AC_PATH_PROG(AR, ar, ar, $PATH:/usr/ucb:/usr/ccs/bin) dnl for Solaris AC_PATH_PROG(AR, ar, ar, $PATH:/usr/ucb:/usr/ccs/bin) dnl for Solaris
case "$host_os" in case "$host_os" in
cygwin*) cygwin)
case "$target" in case "$target" in
*mingw*) *mingw*)
CC="$CC -mno-cygwin" CC="$CC -mno-cygwin"
...@@ -46,8 +46,8 @@ cygwin*) ...@@ -46,8 +46,8 @@ cygwin*)
esac esac
dnl Decide on path separator: \ or / dnl Decide on path separator: \ or /
case "$target" in case "$target_os" in
cygwin* | mingw* | p32*) cygwin | mingw)
CFLAGS="$CFLAGS -DPSBSLASH" CFLAGS="$CFLAGS -DPSBSLASH"
;; ;;
esac esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment