cygwin perl is already wrapped

This commit is contained in:
cls%seawood.org 2003-08-05 07:45:28 +00:00
parent 040aed7460
commit ce97dd95ed
2 changed files with 637 additions and 521 deletions

1154
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -5311,7 +5311,9 @@ mingw*|cygwin*|msvc*|mks*)
AS="\$(CYGWIN_WRAPPER) $AS"
RC="\$(CYGWIN_WRAPPER) $RC"
MIDL="\$(CYGWIN_WRAPPER) $MIDL"
PERL="\$(CYGWIN_WRAPPER) $PERL"
if test -z "${_CYGWIN_PERL}"; then
PERL="\$(CYGWIN_WRAPPER) $PERL"
fi
;;
esac